|
|
@ -90,7 +90,7 @@ bool plUUID::FromString( const char * str ) |
|
|
|
return true; |
|
|
|
return true; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
bool plUUID::ToString( std::string & out ) const |
|
|
|
bool plUUID::ToStdString( std::string & out ) const |
|
|
|
{ |
|
|
|
{ |
|
|
|
uuid_t g; |
|
|
|
uuid_t g; |
|
|
|
plUUIDHelper::CopyToNative( g, this ); |
|
|
|
plUUIDHelper::CopyToNative( g, this ); |
|
|
@ -100,13 +100,6 @@ bool plUUID::ToString( std::string & out ) const |
|
|
|
return true; |
|
|
|
return true; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
std::string plUUID::ToString() const |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
std::string str; |
|
|
|
|
|
|
|
plUUID::ToString( str ); |
|
|
|
|
|
|
|
return str; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// static
|
|
|
|
// static
|
|
|
|
plUUID plUUID::Generate() |
|
|
|
plUUID plUUID::Generate() |
|
|
|
{ |
|
|
|
{ |
|
|
|