From 4a8451ff484c9fe7656acab4edd61713e2212ed6 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:00:27 +0000 Subject: Utilisateur : Fcolin Date : 23/05/06 Heure : 18:18 Archivé dans $/Bus/Ivy Commentaire: Modification protocol UDP (vss 30) --- Ivy/IvyApplication.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- cgit v1.1