Changeset 1276 in Sophya for trunk/SophyaPI/PIext/servnobjm.cc


Ignore:
Timestamp:
Nov 2, 2000, 11:18:50 AM (25 years ago)
Author:
ercodmgr
Message:

Amelioration de la syntaxe de l'interpreteur, gestion de quotes, ligne suite
Commande linkff2 (2eme groupe de link, pour utilisation par CxxExecutor
Amelioration de la gestion de TMPDIR

Reza 2/11/2000

File:
1 edited

Legend:

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

    r1131 r1276  
    4949Services2NObjMgr::Services2NObjMgr(NamedObjMgr* omg, string& tmpdir)
    5050{
    51 TmpDir = tmpdir;
    52 PDynLinkMgr::SetTmpDir(tmpdir);
     51SetTmpDir(tmpdir);
    5352mImgapp = NULL;
    5453mOmg = omg;
     
    8786  if (typeid(*o) == typeid(*((*it).obj)))  return((*it).obja->Clone(o));
    8887return(new NObjMgrAdapter(o));
     88}
     89
     90/* --Methode-- */
     91void Services2NObjMgr::SetTmpDir(string const & tmpdir)
     92{
     93TmpDir = tmpdir;
     94PDynLinkMgr::SetTmpDir(tmpdir);
     95return;
    8996}
    9097
Note: See TracChangeset for help on using the changeset viewer.