Changeset 3955 in Sophya for trunk/AddOn/TAcq/brbaseproc.h
- Timestamp:
- Mar 2, 2011, 3:27:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AddOn/TAcq/brbaseproc.h
r3939 r3955 36 36 inline void setNameId(const char* nom, int id) 37 37 { bpnom_=nom; bpid_=id; } 38 inline void setNameId(string nom, int id)38 inline void setNameId(string const& nom, int id) 39 39 { bpnom_=nom; bpid_=id; } 40 40
Note:
See TracChangeset
for help on using the changeset viewer.