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


Ignore:
Timestamp:
Jan 2, 2004, 12:31:36 AM (22 years ago)
Author:
ansari
Message:

Suite modifs pour piapp multi-thread - introduction de lock lors de la mise a jour de la fenetre ObjMgr par NamedObjMgr - Reza 1 Jan 2004

File:
1 edited

Legend:

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

    r2322 r2490  
    2626public:
    2727// Constructeur et destructeur
    28                         NamedObjMgr();
     28                        NamedObjMgr(bool fgimgapp=false);
    2929  virtual               ~NamedObjMgr();
    3030
     
    107107  static bool CheckDirName(string & nom);
    108108  static int  ParseObjectName(string & nom, string & nomrep, string & nomobj);
     109
     110protected:
     111  bool _fgimgapp;  // true -> cree par PIStdImgApp / pour gestion de thread
    109112};
    110113
Note: See TracChangeset for help on using the changeset viewer.