From 98874844054ba44a2cce5df85bf858e33d7791f9 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 12:57:13 +0000 Subject: Utilisateur : Fcolin Date : 19/06/02 Heure : 15:14 Archivé dans $/Ivy (vss 8) --- Bus/Ivy/Ivy.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Bus/Ivy/Ivy.h') 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 ); -- cgit v1.1