diff options
author | fcolin | 2007-02-01 12:57:13 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 12:57:13 +0000 |
commit | 068c8777dab6cae18e85f08d8d2425ffcfec0cf7 (patch) | |
tree | e14179c747a69930a2e34ca2861a1c97ed5a0051 /Ivy/Ivy.h | |
parent | 5c51566c46abd63b37fea5f64c9b5b8ae5c5df31 (diff) | |
download | ivy-cplusplus-068c8777dab6cae18e85f08d8d2425ffcfec0cf7.zip ivy-cplusplus-068c8777dab6cae18e85f08d8d2425ffcfec0cf7.tar.gz ivy-cplusplus-068c8777dab6cae18e85f08d8d2425ffcfec0cf7.tar.bz2 ivy-cplusplus-068c8777dab6cae18e85f08d8d2425ffcfec0cf7.tar.xz |
Utilisateur : Fcolin Date : 19/06/02 Heure : 15:14 Archivé dans $/Ivy (vss 8)
Diffstat (limited to 'Ivy/Ivy.h')
-rw-r--r-- | Ivy/Ivy.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 );
|