From 38ea33b22d7de3fe79da5ee0b539f5eef251516f Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 12:57:01 +0000 Subject: Utilisateur : Fcolin Date : 20/07/00 Heure : 10:57 Archivé dans $/Ivy (vss 2) --- Ivy/Ivy.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Ivy/Ivy.h') 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 applications; + typedef std::list IvyApplicationList; + IvyApplicationList applications; /* liste des souscriptions locale a emettre aux autres applications */ std::vector regexp_out; -- cgit v1.1