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


Ignore:
Timestamp:
Jan 4, 2004, 8:02:44 PM (22 years ago)
Author:
ansari
Message:

Suite des modifs pour piapp multi-threads
1) Ajout Mutex de synchronisation ds ls classe NamedObjMgr
2) Suite controle de gestion d'appel aux methodes de PIStdImgApp depuis
la classe elle-meme, a travers le NamedObjMgr
3) Modification de la boucle d'evenements, avec un thread de reveil
periodique

Reza, 4 Janvier 2004

File:
1 edited

Legend:

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

    r2490 r2491  
    109109
    110110protected:
     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
    111118  bool _fgimgapp;  // true -> cree par PIStdImgApp / pour gestion de thread
    112119};
Note: See TracChangeset for help on using the changeset viewer.