Ice 3.7 C++98 API Reference
Loading...
Searching...
No Matches
UUID.h
Go to the documentation of this file.
1//
2// Copyright (c) ZeroC, Inc. All rights reserved.
3//
4
5#ifndef ICE_UTIL_UUID_H
6#define ICE_UTIL_UUID_H
7
8#include <IceUtil/Config.h>
9
10namespace IceUtil
11{
12
17ICE_API std::string generateUUID();
18
19}
20
21#endif
#define ICE_API
Definition Config.h:197
Definition Cond.h:39
std::string generateUUID()
Generates a universally unique identifier (UUID).