Changeset 6919 for source/ariba/Name.h
- Timestamp:
- Nov 13, 2009, 1:41:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/Name.h
r2454 r6919 149 149 150 150 private: 151 uint8_t* _bytes; 152 int _length; 153 bool _copy; 151 154 bool _hreadable; 152 bool _copy;153 int _length;154 uint8_t* _bytes;155 155 156 156 void init(const char* name, int len, bool copy, bool hreadable);
Note: See TracChangeset
for help on using the changeset viewer.