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

    r2669 r2755  
    116116  virtual bool          RenameObj_P(string & nom, string& nomnew);
    117117  virtual bool          DelObj_P(string & nom, bool fgd=true);
     118  virtual AnyDataObj*   GetObj_P(string & nom);
     119  virtual NObjMgrAdapter*       GetObjAdapter_P(string & nom);
     120  virtual void          ReadObj_P(PInPersist& s, int num=-1);
    118121  virtual void          SaveObj_P(string & nom, POutPersist& s, bool keeppath=false);
    119122
Note: See TracChangeset for help on using the changeset viewer.