VirtualBox

Changeset 16558 in vbox for trunk/include


Ignore:
Timestamp:
Feb 6, 2009 4:41:43 PM (16 years ago)
Author:
vboxsync
Message:

Main: back out r42503

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/settings.h

    r16557 r16558  
    4444
    4545#include <iprt/time.h>
    46 
    47 #include <VBox/com/Guid.h>
    4846
    4947#include <VBox/xml.h>
     
    441439 */
    442440DECLEXPORT (stdx::char_auto_ptr) ToString (const void *aData, size_t aLen);
    443 
    444 #if defined VBOX_MAIN_SETTINGS_ADDONS
    445 
    446 /// @todo once string data in Bstr and Utf8Str is auto_ref_ptr, enable the
    447 /// code below
    448 
    449 #if 0
    450 
    451 /** Specialization of FromString for Bstr. */
    452 template<> com::Bstr FromString <com::Bstr> (const char *aValue);
    453 
    454 #endif
    455 
    456 /** Specialization of ToString for Bstr. */
    457 template<> stdx::char_auto_ptr
    458 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_ptr
    465 ToString <com::Guid> (const com::Guid &aValue, unsigned int aExtra);
    466 
    467 #endif // VBOX_MAIN_SETTINGS_ADDONS
    468441
    469442// the rest
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette