From 48f420d5be5e2356ca9f083c292927626f15d280 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) --- Bus/Ivy/Ivy.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Bus/Ivy') diff --git a/Bus/Ivy/Ivy.h b/Bus/Ivy/Ivy.h index 4fa1859..b0a175e 100644 --- a/Bus/Ivy/Ivy.h +++ b/Bus/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