summaryrefslogtreecommitdiff
path: root/Bus
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:00:57 +0000
committerfcolin2007-02-01 13:00:57 +0000
commit2dce4c6e0e32b613c774c9fe4c0e4c352ce4cf9c (patch)
tree7e37b5c5dd0adfaddf53e5e7deb73b62b92f994b /Bus
parent1069594d5234eff4a9986beeb06ea4097504e620 (diff)
downloadivy-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)
Diffstat (limited to 'Bus')
-rw-r--r--Bus/Ivy/IvyApplication.h2
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);