From 958e07bf2fb04cca1dcbf9fe26bbf695552aaa6a Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 12:57:29 +0000 Subject: Utilisateur : Fcolin Date : 23/05/06 Heure : 18:18 Archivé dans $/Bus/Ivy Commentaire: Modification protocol UDP (vss 16) --- Bus/Ivy/Ivy.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Bus') diff --git a/Bus/Ivy/Ivy.h b/Bus/Ivy/Ivy.h index 806c205..ddbc752 100644 --- a/Bus/Ivy/Ivy.h +++ b/Bus/Ivy/Ivy.h @@ -58,7 +58,9 @@ private: /* list des adresses de broadcast */ ivy::string domain; /* nom de l'appliction */ - ivy::string appname; + ivy::string ApplicationName; + /* Aplication Unique ID */ + ivy::string ApplicationID; /* liste des clients connectes */ CRITICAL_SECTION m_application_cs; typedef ivy::list IvyApplicationList; @@ -84,7 +86,7 @@ protected: void CallDirectMessageCallback( IvyApplication *app, int id, const char *arg ); void CallMessageCallback( IvyApplication *app, int id, int argc, const char **argv ); - + const char *GenApplicationUniqueIdentifier(); public: void Classes( int argc, const char **argv ); -- cgit v1.1