Changeset 1268 in Sophya for trunk/SophyaPI/PIext/nobjmgr.cc


Ignore:
Timestamp:
Nov 1, 2000, 1:01:28 AM (25 years ago)
Author:
ercodmgr
Message:

3ieme argument string& toks pour Execute et ExecuteCommand
preparation gestion TmpDir dans cxxexecutor
suppression de ExecuteCXX ds cxxexecutor et appels
possibilite d'ajouter des userfct.cc ds cxxexecutor

cmv 1/11/00

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/nobjmgr.cc

    r1265 r1268  
    196196
    197197/* --Methode-- */
    198 virtual string const& NamedObjMgr::GetTmpDir()
     198string const& NamedObjMgr::GetTmpDir()
    199199{
    200200return *TmpDir;
     
    202202
    203203/* --Methode-- */
    204 virtual void NamedObjMgr::SetTmpDir(string const& tmpdir)
     204void NamedObjMgr::SetTmpDir(string const& tmpdir)
    205205{
    206206if(tmpdir.length()<1) return;
Note: See TracChangeset for help on using the changeset viewer.