Ignore:
Timestamp:
Feb 7, 2009, 10:50:34 PM (17 years ago)
Author:
cmv
Message:

char* -> const char* pour regler les problemes de deprecated string const... + comparaison unsigned signed + suppression EVOL_PLANCK rz+cmv 07/02/2009

File:
1 edited

Legend:

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

    r3139 r3572  
    1212#include "hisprof.h"
    1313#include "ntuple.h"
    14 #include "xntuple.h"
    1514#include "basedtable.h"
    1615
     
    142141};
    143142
    144 //-------------------------------------------------------------------------
    145 // Class Adaptateur d'objet (Pour NamedObjMgr) d'objet XNTuple
    146 //-------------------------------------------------------------------------
    147 
    148 class NOMAdapter_XNTuple : public NObjMgrAdapter {
    149 public:
    150                                 NOMAdapter_XNTuple(XNTuple* nt = NULL);
    151   virtual                       ~NOMAdapter_XNTuple();
    152 
    153   virtual NObjMgrAdapter*       Clone(AnyDataObj* o);
    154 
    155   virtual string                GetDataObjType();
    156 
    157   virtual AnyDataObj*           CloneDataObj(bool share=false);
    158 
    159   virtual void                  SavePPF(POutPersist& s, string const & nom);
    160 
    161   virtual void                  Print(ostream& os, int lev=0);
    162   virtual NTupleInterface*      GetNTupleInterface(bool& adel);
    163 
    164 protected:
    165   XNTuple* mNt;
    166 };
    167143
    168144//-------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.