summaryrefslogtreecommitdiff
path: root/Bus/Ivy/Ivy.h
diff options
context:
space:
mode:
authorfcolin2007-02-01 12:57:13 +0000
committerfcolin2007-02-01 12:57:13 +0000
commit98874844054ba44a2cce5df85bf858e33d7791f9 (patch)
treeed5f460971b793fbeb65fa9b052027685498b941 /Bus/Ivy/Ivy.h
parentc7611f94d7e9742f2aa8d3bf7615b26d30116b95 (diff)
downloadivy-cplusplus-98874844054ba44a2cce5df85bf858e33d7791f9.zip
ivy-cplusplus-98874844054ba44a2cce5df85bf858e33d7791f9.tar.gz
ivy-cplusplus-98874844054ba44a2cce5df85bf858e33d7791f9.tar.bz2
ivy-cplusplus-98874844054ba44a2cce5df85bf858e33d7791f9.tar.xz
Utilisateur : Fcolin Date : 19/06/02 Heure : 15:14 Archivé dans $/Ivy (vss 8)
Diffstat (limited to 'Bus/Ivy/Ivy.h')
-rw-r--r--Bus/Ivy/Ivy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Bus/Ivy/Ivy.h b/Bus/Ivy/Ivy.h
index 02538d7..07e18fe 100644
--- a/Bus/Ivy/Ivy.h
+++ b/Bus/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 );