summaryrefslogtreecommitdiff
path: root/Ivy/Ivy.h
diff options
context:
space:
mode:
Diffstat (limited to 'Ivy/Ivy.h')
-rw-r--r--Ivy/Ivy.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/Ivy/Ivy.h b/Ivy/Ivy.h
index 806c205..ddbc752 100644
--- a/Ivy/Ivy.h
+++ b/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<IvyApplication*> 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 );