// ********************************************************************** // // Copyright (c) 2001 // MutableRealms, Inc. // Huntsville, AL, USA // // All Rights Reserved // // ********************************************************************** #ifndef ICE_UTIL_UUID_H #define ICE_UTIL_UUID_H #include namespace IceUtil { ICE_UTIL_API std::string generateUUID(); } #endif