diff options
author | mk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-04-08 02:43:46 +0000 |
---|---|---|
committer | mk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-04-08 02:43:46 +0000 |
commit | 82800997b80e1132c59985232e9fe166584da291 (patch) | |
tree | 61af23fe64cbf140e44e44fb224a50d8960a0998 | |
parent | 84dc00eb349eba181b919041caa07dd864d97724 (diff) | |
download | ATCD-82800997b80e1132c59985232e9fe166584da291.tar.gz |
Added the include "CosLifeCycle.idl"
-rw-r--r-- | TAO/tests/Quoter/quoter.idl | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/TAO/tests/Quoter/quoter.idl b/TAO/tests/Quoter/quoter.idl index f5b90900627..bee836d0297 100644 --- a/TAO/tests/Quoter/quoter.idl +++ b/TAO/tests/Quoter/quoter.idl @@ -1,4 +1,18 @@ // $Id$ +// ============================================================================ +// +// = FILENAME +// quoter.idl +// +// = DESCRIPTION +// Quoter example uses the POA and CosLifeCycle interfaces +// +// = AUTHOR +// Darrell Brunsch (brunsch@cs.wustl.edu) +// Michael Kircher (mk1@cs.wustl.edu) +// + +#include "../../orbsvcs/orbsvcs/CosLifeCycle.idl" module Stock { @@ -27,4 +41,15 @@ module Stock // Returns a new Quoter selected by name e.g., "Dow Jones," // "Reuters,", etc }; + + + interface QuoterFactoryFinder : CosLifeCycle::FactoryFinder + { + // = TITLE + // Wrapper for the CosLifeCycle FactoryFinder + // + // inherits: + // Factories find_factories(in Key factory_key) raises(NoFactory); + }; }; + |