Changeset 16558 in vbox for trunk/include
- Timestamp:
- Feb 6, 2009 4:41:43 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/settings.h
r16557 r16558 44 44 45 45 #include <iprt/time.h> 46 47 #include <VBox/com/Guid.h>48 46 49 47 #include <VBox/xml.h> … … 441 439 */ 442 440 DECLEXPORT (stdx::char_auto_ptr) ToString (const void *aData, size_t aLen); 443 444 #if defined VBOX_MAIN_SETTINGS_ADDONS445 446 /// @todo once string data in Bstr and Utf8Str is auto_ref_ptr, enable the447 /// code below448 449 #if 0450 451 /** Specialization of FromString for Bstr. */452 template<> com::Bstr FromString <com::Bstr> (const char *aValue);453 454 #endif455 456 /** Specialization of ToString for Bstr. */457 template<> stdx::char_auto_ptr458 ToString <com::Bstr> (const com::Bstr &aValue, unsigned int aExtra);459 460 /** Specialization of FromString for Guid. */461 template<> com::Guid FromString <com::Guid> (const char *aValue);462 463 /** Specialization of ToString for Guid. */464 template<> stdx::char_auto_ptr465 ToString <com::Guid> (const com::Guid &aValue, unsigned int aExtra);466 467 #endif // VBOX_MAIN_SETTINGS_ADDONS468 441 469 442 // the rest
Note:
See TracChangeset
for help on using the changeset viewer.