diff options
author | fcolin | 2007-02-01 13:00:27 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:00:27 +0000 |
commit | 1228999f13f18400c755ebccd9fd092ca7a03b18 (patch) | |
tree | eb387efdd97a1a494d7349f73378d7e01f7a5138 /Bus/Ivy/IvyApplication.cxx | |
parent | 6b552eccfb74459a255b4f5907e8a3caab0a3259 (diff) | |
download | ivy-cplusplus-1228999f13f18400c755ebccd9fd092ca7a03b18.zip ivy-cplusplus-1228999f13f18400c755ebccd9fd092ca7a03b18.tar.gz ivy-cplusplus-1228999f13f18400c755ebccd9fd092ca7a03b18.tar.bz2 ivy-cplusplus-1228999f13f18400c755ebccd9fd092ca7a03b18.tar.xz |
Utilisateur : Fcolin Date : 23/05/06 Heure : 18:18 Archivé dans $/Bus/Ivy Commentaire: Modification protocol UDP (vss 30)
Diffstat (limited to 'Bus/Ivy/IvyApplication.cxx')
-rw-r--r-- | Bus/Ivy/IvyApplication.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Bus/Ivy/IvyApplication.cxx b/Bus/Ivy/IvyApplication.cxx index c9ba0e4..c4de075 100644 --- a/Bus/Ivy/IvyApplication.cxx +++ b/Bus/Ivy/IvyApplication.cxx @@ -67,8 +67,9 @@ IvyApplication::~IvyApplication() // IvyApplication member functions
-void IvyApplication::Create(const char* host, UINT & port)
+void IvyApplication::Create(const char* host, UINT & port, const char* name)
{
+ appname = name;
// Exception to catch
CBufferedSocket::Create();
Connect(host, port);
|