8 #ifndef __MUN_VERSION_HPP__ 9 #define __MUN_VERSION_HPP__ 13 #define MUN_VERSION_KEY "mun" 14 #define MUN_VERSION 0x00010001 26 mrs_set_version(MUN_VERSION_KEY, MUN_VERSION);
40 return mrs_get_version(key.c_str());
50 return mrs_connection_get_remote_version(remoteConnection, key.c_str());
uint32 GetVersion(std::string key)
バージョンの取得.
Definition: MunVersion.hpp:39
uint32 GetRemoteVersion(MrsConnection remoteConnection, std::string key)
接続先のバージョンの取得.
Definition: MunVersion.hpp:49
MunVersion()
コンストラクタ.
Definition: MunVersion.hpp:25
MUNのバージョン管理クラス.
Definition: MunVersion.hpp:19
virtual ~MunVersion()
デストラクタ.
Definition: MunVersion.hpp:32