version 0.3.6
[fms.git] / include / global.h
1 #ifndef _global_\r
2 #define _global_\r
3 \r
4 #include <string>\r
5 #include <Poco/ScopedLock.h>\r
6 #include <Poco/Mutex.h>\r
7 \r
8 #define VERSION_MAJOR           "0"\r
9 #define VERSION_MINOR           "3"\r
10 #define VERSION_RELEASE         "6"\r
11 #define FMS_VERSION                     VERSION_MAJOR"."VERSION_MINOR"."VERSION_RELEASE\r
12 \r
13 typedef Poco::ScopedLock<Poco::FastMutex> Guard;\r
14 \r
15 std::string CreateShortIdentityName(const std::string &name, const std::string &publickey);\r
16 \r
17 #endif  // _global_\r