diff options
author | fcolin | 2007-02-01 12:57:29 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 12:57:29 +0000 |
commit | f00e0cfa7fe02afa232ee5d4f3fd634e9ea78c2e (patch) | |
tree | d713fb60d0cdf908064ac3930e84727dbba34788 /Ivy | |
parent | edb7e6c16b0825f319619b9a308e97509447a9e0 (diff) | |
download | ivy-cplusplus-f00e0cfa7fe02afa232ee5d4f3fd634e9ea78c2e.zip ivy-cplusplus-f00e0cfa7fe02afa232ee5d4f3fd634e9ea78c2e.tar.gz ivy-cplusplus-f00e0cfa7fe02afa232ee5d4f3fd634e9ea78c2e.tar.bz2 ivy-cplusplus-f00e0cfa7fe02afa232ee5d4f3fd634e9ea78c2e.tar.xz |
Utilisateur : Fcolin Date : 23/05/06 Heure : 18:18 Archivé dans $/Bus/Ivy Commentaire: Modification protocol UDP (vss 16)
Diffstat (limited to 'Ivy')
-rw-r--r-- | Ivy/Ivy.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 );
|