Changeset 44091 in vbox for trunk/include/VBox/com
- Timestamp:
- Dec 11, 2012 1:34:23 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/Guid.h
r44039 r44091 420 420 { 421 421 #ifdef DEBUG 422 ::RTUuidToStr(&mUuid, mszUuid, RTUUID_STR_LENGTH);423 m_pcszUUID = mszUuid;422 // ::RTUuidToStr(&mUuid, mszUuid, RTUUID_STR_LENGTH); 423 // m_pcszUUID = mszUuid; 424 424 #endif 425 425 } … … 444 444 } 445 445 */ 446 inline bool isValidGuid(const Bstr& str)447 {448 Guid guid(str);449 return guid.isValid();450 // return !guid.isEmpty();451 }446 //inline bool isValidGuid(const Bstr& str) 447 //{ 448 // Guid guid(str); 449 // return guid.isValid(); 450 //// return !guid.isEmpty(); 451 //} 452 452 453 453 } /* namespace com */
Note:
See TracChangeset
for help on using the changeset viewer.