Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
UUID.h
1// Copyright (c) ZeroC, Inc.
2
3#ifndef ICE_UUID_H
4#define ICE_UUID_H
5
6#include "Config.h"
7#include <string>
8
9namespace Ice
10{
11 /// Generates a universally unique identifier (UUID).
12 /// @return The UUID.
13 ICE_API std::string generateUUID();
14}
15
16#endif
std::string generateUUID()
Generates a universally unique identifier (UUID).
The Ice RPC framework.
Definition SampleEvent.h:59