adding some floaters I forgot

This commit is contained in:
Hazim Gazov
2010-04-23 10:17:08 -03:00
parent e204d77d52
commit f4857c6afb
16 changed files with 1761 additions and 6 deletions

View File

@@ -734,7 +734,9 @@ std::string LLAppViewerLinux::generateSerialNumber()
serial_md5[0] = 0;
#if LL_SOLARIS
// TODO
#elseif EXPERIMENTAL_SERIAL_NUM
#else
//Leave this commented out for now since it could be used to distinguish inertia from other viewers on linux
/*
// I'm going to assume this works on everything but solaris
std::string rootDeviceName = "";
std::string rootDeviceUUID = "";
@@ -825,6 +827,7 @@ std::string LLAppViewerLinux::generateSerialNumber()
{
llwarns << "Could not find root device's UUID" << llendl;
}
*/
#endif
return serial_md5;
}