version 0.3.0
[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 FMS_VERSION     "0.3.0"\r
9 \r
10 typedef Poco::ScopedLock<Poco::FastMutex> Guard;\r
11 \r
12 std::string CreateShortIdentityName(const std::string &name, const std::string &publickey);\r
13 \r
14 #endif  // _global_\r