From 1228999f13f18400c755ebccd9fd092ca7a03b18 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) --- Bus/Ivy/IvyApplication.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Bus/Ivy') 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); -- cgit v1.1