Changeset 1961
- Timestamp:
- 04/05/07 18:36:44 (2 years ago)
- Files:
-
- trunk/include/VBox/com/string.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/VBox/com/string.h
r1960 r1961 246 246 * a null object will be created. 247 247 */ 248 alloc (size_t aSize)248 void alloc (size_t aSize) 249 249 { 250 250 if (aSize)

