Changeset 1224 in Sophya for trunk/SophyaPI/PIext/nobjmgr.h


Ignore:
Timestamp:
Oct 11, 2000, 7:26:43 PM (25 years ago)
Author:
ercodmgr
Message:

Ajout de cxxexecutor (Execution C++ en ligne ds piapp) - CMV+Reza 11/10/2000

File:
1 edited

Legend:

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

    r1207 r1224  
    5353//  Pour ajouter, supprimer et acceder aux objets
    5454  virtual bool          AddObj(AnyDataObj* obj, string & nom, bool crd=false);
     55  virtual bool          AddObj(AnyDataObj& obj, string & nom, bool crd=false);
    5556  virtual bool          RenameObj(string & nom, string& nomnew);
    5657  virtual bool          DelObj(string & nom, bool fgd=true);
Note: See TracChangeset for help on using the changeset viewer.