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


Ignore:
Timestamp:
Oct 31, 2000, 6:05:42 PM (25 years ago)
Author:
ercodmgr
Message:

GetTmpDir SetTmpDir ds nobjmgr.h
re-ecriture commande sur piconsole en bleu/bleu_gras
suppression OBJ ds CrMakeFile

rz+cmv 31/10/00

File:
1 edited

Legend:

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

    r1224 r1265  
    196196
    197197/* --Methode-- */
     198virtual string const& NamedObjMgr::GetTmpDir()
     199{
     200return *TmpDir;
     201}
     202
     203/* --Methode-- */
     204virtual void NamedObjMgr::SetTmpDir(string const& tmpdir)
     205{
     206if(tmpdir.length()<1) return;
     207*TmpDir = tmpdir;
     208}
     209
     210/* --Methode-- */
    198211bool NamedObjMgr::SetVar(string const & key, string const & val)
    199212{
Note: See TracChangeset for help on using the changeset viewer.