Changeset 5638 for source/ariba/utility/serialization
- Timestamp:
- Aug 4, 2009, 10:17:33 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/serialization/DataStream.hpp
r5284 r5638 509 509 i++; 510 510 } 511 if (isCharP) *text = strdup(s.c_str()); else *string = s; 511 if (isCharP) *text = strdup(s.c_str()); 512 else string->assign(s); 512 513 } 513 514 sznMethodEnd()
Note:
See TracChangeset
for help on using the changeset viewer.