Changeset 2490 in Sophya for trunk/SophyaPI/PIext/nobjmgr.h
- Timestamp:
- Jan 2, 2004, 12:31:36 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nobjmgr.h
r2322 r2490 26 26 public: 27 27 // Constructeur et destructeur 28 NamedObjMgr( );28 NamedObjMgr(bool fgimgapp=false); 29 29 virtual ~NamedObjMgr(); 30 30 … … 107 107 static bool CheckDirName(string & nom); 108 108 static int ParseObjectName(string & nom, string & nomrep, string & nomobj); 109 110 protected: 111 bool _fgimgapp; // true -> cree par PIStdImgApp / pour gestion de thread 109 112 }; 110 113
Note:
See TracChangeset
for help on using the changeset viewer.