Changeset 2491 in Sophya for trunk/SophyaPI/PIext/nobjmgr.h
- Timestamp:
- Jan 4, 2004, 8:02:44 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nobjmgr.h
r2490 r2491 109 109 110 110 protected: 111 virtual bool CreateDir_P(string & dirname); 112 virtual void CleanDir_P(string & dirname); 113 virtual bool AddObj_P(AnyDataObj* obj, string & nom, bool crd); 114 virtual bool RenameObj_P(string & nom, string& nomnew); 115 virtual bool DelObj_P(string & nom, bool fgd=true); 116 virtual void SaveObj_P(string & nom, POutPersist& s, bool keeppath=false); 117 111 118 bool _fgimgapp; // true -> cree par PIStdImgApp / pour gestion de thread 112 119 };
Note:
See TracChangeset
for help on using the changeset viewer.