diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2008-05-28 17:29:04 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2008-05-28 17:29:04 +0000 |
commit | 0d087b955e72525ee864378444761f8bc4ddc2e7 (patch) | |
tree | 4c650f60e40e6704bdc86b0b1b2243f52a377848 /TAO/orbsvcs/examples/FaultTolerance/FLARe/LWFT.idl | |
parent | a12e3e1139c4d88c3d1e89bd5e1ec24cdfd0df21 (diff) | |
download | ATCD-FLARE.tar.gz |
ChangeLogTag: Wed May 28 17:27:57 UTC 2008 Jeff Parsons <j.parsons@vanderbilt.edu>FLARE
Diffstat (limited to 'TAO/orbsvcs/examples/FaultTolerance/FLARe/LWFT.idl')
-rw-r--r-- | TAO/orbsvcs/examples/FaultTolerance/FLARe/LWFT.idl | 10 |
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; |