diff options
Diffstat (limited to 'Bus/Ivy/IvyApplication.h')
-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);
|