automotive-message-broker  0.14.0
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 
Definition: abstractpropertytype.h:256