Changeset 2490 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.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/pistdimgapp.h

    r2486 r2490  
    5858     virtual void   Run();
    5959     inline ZMutex &   getMutex() { return thr_glsyn; }
     60     inline bool       isGlSyncLocked() { return fg_glsynlock; }
    6061
    6162  // Methodes d'Affichage generique
     
    234235  // Attributs pour controle de thread
    235236    ZMutex thr_glsyn;
     237    bool fg_glsynlock;  // true: thr_glsyn locke pour traitement evts
    236238};
    237239
Note: See TracChangeset for help on using the changeset viewer.