summaryrefslogtreecommitdiff
path: root/Ivy/Ivy.h
diff options
context:
space:
mode:
authorfcolin2007-02-01 12:57:03 +0000
committerfcolin2007-02-01 12:57:03 +0000
commit30647835ffd705bf9915c2990654d731946b9c24 (patch)
tree4404929f151fb941779d67d23643c185e1523e38 /Ivy/Ivy.h
parent38ea33b22d7de3fe79da5ee0b539f5eef251516f (diff)
downloadivy-cplusplus-30647835ffd705bf9915c2990654d731946b9c24.zip
ivy-cplusplus-30647835ffd705bf9915c2990654d731946b9c24.tar.gz
ivy-cplusplus-30647835ffd705bf9915c2990654d731946b9c24.tar.bz2
ivy-cplusplus-30647835ffd705bf9915c2990654d731946b9c24.tar.xz
Utilisateur : Fcolin Date : 23/01/01 Heure : 13:12 Archivé dans $/Ivy Commentaire: remove 'using name space std;' (vss 3)
Diffstat (limited to 'Ivy/Ivy.h')
-rw-r--r--Ivy/Ivy.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Ivy/Ivy.h b/Ivy/Ivy.h
index b0a175e..451a6c7 100644
--- a/Ivy/Ivy.h
+++ b/Ivy/Ivy.h
@@ -67,7 +67,7 @@ public:
virtual ~Ivy();
/* message a emettre sur connection nouvelle application */
- string ready_message;
+ String ready_message;
protected:
bool synchronous; // use Window Shink to made CB mono thread like
@@ -77,16 +77,16 @@ protected:
IvyDirectMessageCallback *direct_callback;
IvyApplicationCallback *application_callback;
/* list des adresses de broadcast */
- string domain;
+ String domain;
/* nom de l'appliction */
- string appname;
+ String appname;
/* liste des clients connectes */
CRITICAL_SECTION m_application_cs;
typedef std::list<IvyApplication*> IvyApplicationList;
IvyApplicationList applications;
/* liste des souscriptions locale a emettre aux autres applications */
- std::vector<string> regexp_out;
+ std::vector<String> regexp_out;
/* liste des callbacks a appeler */
std::vector< IvyMessageCallback* > callbacks;
/* classes de messages emis par l'application utilise pour le filtrage */