// ********************************************************************** // // Copyright (c) 2001 // MutableRealms, Inc. // Huntsville, AL, USA // // All Rights Reserved // // ********************************************************************** #ifndef ICE_UTIL_UNICODE_H #define ICE_UTIL_UNICODE_H #include namespace IceUtil { std::string wstringToString(const std::wstring&); std::wstring stringToWstring(const std::string&); } #endif