summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:00:27 +0000
committerfcolin2007-02-01 13:00:27 +0000
commit4a8451ff484c9fe7656acab4edd61713e2212ed6 (patch)
tree41d0316e7c0fdbe318d5e34189395caf4f4f3a89
parentabb65226983bbee29c17c004b75bc50918d15003 (diff)
downloadivy-cplusplus-4a8451ff484c9fe7656acab4edd61713e2212ed6.zip
ivy-cplusplus-4a8451ff484c9fe7656acab4edd61713e2212ed6.tar.gz
ivy-cplusplus-4a8451ff484c9fe7656acab4edd61713e2212ed6.tar.bz2
ivy-cplusplus-4a8451ff484c9fe7656acab4edd61713e2212ed6.tar.xz
Utilisateur : Fcolin Date : 23/05/06 Heure : 18:18 Archivé dans $/Bus/Ivy Commentaire: Modification protocol UDP (vss 30)
-rw-r--r--Ivy/IvyApplication.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Ivy/IvyApplication.cxx b/Ivy/IvyApplication.cxx
index c9ba0e4..c4de075 100644
--- a/Ivy/IvyApplication.cxx
+++ b/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);