ambd: remove redundant code in core
[profile/ivi/automotive-message-broker.git] / lib / uuidhelper.h
1 #ifndef _UUIDHELPER__H_
2 #define _UUIDHELPER__H_
3
4
5 #include <uuid/uuid.h>
6 #include <string>
7
8 namespace amb
9 {
10
11 std::string createUuid();
12
13 }
14
15
16 #endif
17