summaryrefslogtreecommitdiff
path: root/Ivy/Ivy.h
diff options
context:
space:
mode:
Diffstat (limited to 'Ivy/Ivy.h')
-rw-r--r--Ivy/Ivy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Ivy/Ivy.h b/Ivy/Ivy.h
index 02538d7..07e18fe 100644
--- a/Ivy/Ivy.h
+++ b/Ivy/Ivy.h
@@ -53,7 +53,7 @@ class Ivy
{
private:
- unsigned short applicationPort;
+ unsigned int applicationPort;
void SendSubscriptions(IvyApplication *app);
public:
@@ -79,7 +79,7 @@ public:
int SendMsg( const char *message, ... );
const char *GetDomain(const char *domainlist);
- unsigned short GetApplicationPort();
+ unsigned int GetApplicationPort();
int BindMsg( const char *regexp, IvyMessageCallback *cb );
void UnbindMsg( int id );
Ivy( const char *name, const char* ready, IvyApplicationCallback *callback, bool Synchronous = true );