summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/FaultTolerance/FLARe/LWFT.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/FaultTolerance/FLARe/LWFT.idl')
-rw-r--r--TAO/orbsvcs/examples/FaultTolerance/FLARe/LWFT.idl10
1 files changed, 6 insertions, 4 deletions
diff --git a/TAO/orbsvcs/examples/FaultTolerance/FLARe/LWFT.idl b/TAO/orbsvcs/examples/FaultTolerance/FLARe/LWFT.idl
index db4aa11430d..2970631bd9f 100644
--- a/TAO/orbsvcs/examples/FaultTolerance/FLARe/LWFT.idl
+++ b/TAO/orbsvcs/examples/FaultTolerance/FLARe/LWFT.idl
@@ -2,6 +2,8 @@
// $Id$
//
+#include "tao/StringSeq.pidl"
+
interface Hello
{
/// Return a simple string
@@ -42,10 +44,10 @@ struct Replicas {
typedef sequence<Replicas> ReplicasList;
-typedef sequence<string> PrimaryList;
-typedef sequence<string> FailoverList;
-typedef sequence<string> SecondaryList;
-typedef sequence<string> HostList;
+typedef CORBA::StringSeq PrimaryList;
+typedef CORBA::StringSeq FailoverList;
+typedef CORBA::StringSeq SecondaryList;
+typedef CORBA::StringSeq HostList;
struct UtilMap {
string host_id;