win32_service_result

This commit is contained in:
mikhail4021 2014-02-23 22:17:55 +04:00
parent 2deb4118bc
commit 1221ac1e51
4 changed files with 41 additions and 9 deletions

View file

@ -69,6 +69,7 @@ namespace data
const RoutingKey& GetRoutingKey () const { return m_RoutingKey; };
void AddNTCPAddress (const char * host, int port);
void AddSSUAddress (const char * host, int port, const uint8_t * key);
void SetProperty (const char * key, const char * value);
const char * GetProperty (const char * key) const;
bool IsFloodfill () const;