diff options
author | fcolin | 2007-02-01 13:00:57 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:00:57 +0000 |
commit | 2dce4c6e0e32b613c774c9fe4c0e4c352ce4cf9c (patch) | |
tree | 7e37b5c5dd0adfaddf53e5e7deb73b62b92f994b | |
parent | 1069594d5234eff4a9986beeb06ea4097504e620 (diff) | |
download | ivy-cplusplus-2dce4c6e0e32b613c774c9fe4c0e4c352ce4cf9c.zip ivy-cplusplus-2dce4c6e0e32b613c774c9fe4c0e4c352ce4cf9c.tar.gz ivy-cplusplus-2dce4c6e0e32b613c774c9fe4c0e4c352ce4cf9c.tar.bz2 ivy-cplusplus-2dce4c6e0e32b613c774c9fe4c0e4c352ce4cf9c.tar.xz |
Utilisateur : Fcolin Date : 23/05/06 Heure : 18:18 Archivé dans $/Bus/Ivy Commentaire: Modification protocol UDP (vss 11)
-rw-r--r-- | Bus/Ivy/IvyApplication.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bus/Ivy/IvyApplication.h b/Bus/Ivy/IvyApplication.h index 7171fef..babd82e 100644 --- a/Bus/Ivy/IvyApplication.h +++ b/Bus/Ivy/IvyApplication.h @@ -53,7 +53,7 @@ public: void SendMsg( MsgType msg, int id, const char * arg = NULL);
UINT Create();
void OnReceive( char *line );
- void Create( const char * host, UINT &port );
+ void Create( const char * host, UINT &port, const char* name );
virtual void OnAccept(int nErrorCode);
virtual void OnClose(int nErrorCode);
|