Changeset 2755 in Sophya for trunk/SophyaPI/PIext/servnobjm.h


Ignore:
Timestamp:
May 23, 2005, 6:33:02 PM (20 years ago)
Author:
ansari
Message:

1/ Correction bug trace des lignes ds PINTuple
2/ Ajout methode IsThreadable() (declaration conformite thread separe pour certaines commandes) ds baseexecut.h .cc (plot2d plot3d ...) , ds pawexecut.cc (n/plot ...) et ds cxxexecutor.h .cc (c++exec c++execfrf ...)
3/ Ajout de ZMutex (et ZSync) pour la gestion des commandes threadable - ds les
executeurs et ds servnobjm.h .cc
4/ bug d'execution en thread identifie et corrige ds nobjmgr.h .cc (ajout des
methodes GetObj_P() GetObjAdapter_P() et ReadObj_P()
5/ Ajout de l'appel a ZSync::NOp() pour eviter les warnings 'unused variable zs ...'

Reza 23 Mai 2005

File:
1 edited

Legend:

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

    r2491 r2755  
    1717#include "dlftypes.h"
    1818#include "anydataobj.h"
     19
     20#include "zthread.h"
    1921
    2022#ifdef SANS_EVOLPLANCK
     
    135137  PDynLinkMgr * dynlink;  // shared-lib lib.so
    136138  string TmpDir;          // Pour fichiers temporaires
     139  // Mutex de controle de thread pour dynamic-link
     140  ZMutex mutx_dynlink;
    137141
    138142  PIStdImgApp* mImgapp;
    139143  NamedObjMgr* mOmg;
     144
    140145 
    141146};
Note: See TracChangeset for help on using the changeset viewer.