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


Ignore:
Timestamp:
Oct 30, 2007, 1:57:40 PM (18 years ago)
Author:
ansari
Message:

Tentative pour regler le probleme de blocage de piapp suite a affichage de la fefenetre de gestion d'objets.

1/ Protection dans NamedObjMgr() pour eviter deadlock de mutex (ds NamedObjMgr::UpdateObjMgrWindow() en particulier)
2/ Introduction de la classe SOpExObj (fichier piacmd.h .cc) pour execution d'operations sur objets, initiees depuis la boucle d'evts, dans un thread separe.

Reza , 30/10/2007

File:
1 edited

Legend:

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

    r3355 r3366  
    108108// Pour utilisation par ObjMgrWind
    109109  virtual void          UpdateObjMgrWindow(int did);
     110  virtual void          SetObjMgrWindowVisibility(bool fgvis=false);
    110111
    111112// Pour completer le nom de l'objet avec le nom du repertoire
Note: See TracChangeset for help on using the changeset viewer.