summaryrefslogtreecommitdiff
path: root/Ivy/Ivy.h
diff options
context:
space:
mode:
authorfcolin2007-02-01 12:57:01 +0000
committerfcolin2007-02-01 12:57:01 +0000
commit38ea33b22d7de3fe79da5ee0b539f5eef251516f (patch)
treeb43e1c474aca31e1730fe1e35800803efc7bec99 /Ivy/Ivy.h
parent3a4b32280456fd880bbd2282171f7087a9137314 (diff)
downloadivy-cplusplus-38ea33b22d7de3fe79da5ee0b539f5eef251516f.zip
ivy-cplusplus-38ea33b22d7de3fe79da5ee0b539f5eef251516f.tar.gz
ivy-cplusplus-38ea33b22d7de3fe79da5ee0b539f5eef251516f.tar.bz2
ivy-cplusplus-38ea33b22d7de3fe79da5ee0b539f5eef251516f.tar.xz
Utilisateur : Fcolin Date : 20/07/00 Heure : 10:57 Archivé dans $/Ivy (vss 2)
Diffstat (limited to 'Ivy/Ivy.h')
-rw-r--r--Ivy/Ivy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Ivy/Ivy.h b/Ivy/Ivy.h
index 4fa1859..b0a175e 100644
--- a/Ivy/Ivy.h
+++ b/Ivy/Ivy.h
@@ -82,7 +82,8 @@ protected:
string appname;
/* liste des clients connectes */
CRITICAL_SECTION m_application_cs;
- std::vector<IvyApplication*> applications;
+ typedef std::list<IvyApplication*> IvyApplicationList;
+ IvyApplicationList applications;
/* liste des souscriptions locale a emettre aux autres applications */
std::vector<string> regexp_out;