Changeset 3955 in Sophya for trunk/AddOn/TAcq/brbaseproc.h


Ignore:
Timestamp:
Mar 2, 2011, 3:27:58 PM (15 years ago)
Author:
ansari
Message:

Ajout des actions de traitemnt ProcG,ProcH,ProcI,ProcJ ds le gestionnaire memoire RAcqMemZoneMgr et adaptation de BRBaseProcessor, Reza 02/03/2011

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AddOn/TAcq/brbaseproc.h

    r3939 r3955  
    3636  inline void setNameId(const char* nom, int id)
    3737  { bpnom_=nom;   bpid_=id;  }
    38   inline void setNameId(string nom, int id)
     38  inline void setNameId(string const& nom, int id)
    3939  { bpnom_=nom;   bpid_=id;  }
    4040
Note: See TracChangeset for help on using the changeset viewer.