summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/IDL3
diff options
context:
space:
mode:
authorboris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-01-01 00:19:32 +0000
committerboris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-01-01 00:19:32 +0000
commitb03fb48547ba5e6c5b4a5da4a64139d53abe3671 (patch)
tree4609181343efe4d829d8920c8f1e233689e48c2e /TAO/CIAO/CCF/CCF/IDL3
parent651a8f453f9203b4eeff568e35099845bf23fec1 (diff)
downloadATCD-b03fb48547ba5e6c5b4a5da4a64139d53abe3671.tar.gz
ChangeLogTag: Wed Dec 31 18:13:21 2003 Boris Kolpackov <boris@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/CIAO/CCF/CCF/IDL3')
-rw-r--r--TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Factory.hpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Factory.hpp b/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Factory.hpp
index 844f45cafd7..10e4635a64d 100644
--- a/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Factory.hpp
+++ b/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Factory.hpp
@@ -13,16 +13,16 @@ namespace CCF
{
namespace SemanticAction
{
- class Component;
- class Provides;
- class Uses;
- class Publishes;
- class Emits;
- class Consumes;
- class EventType;
- class Home;
- class HomeFactory;
- class HomeFinder;
+ struct Component;
+ struct Provides;
+ struct Uses;
+ struct Publishes;
+ struct Emits;
+ struct Consumes;
+ struct EventType;
+ struct Home;
+ struct HomeFactory;
+ struct HomeFinder;
struct Factory : virtual IDL2::SemanticAction::Factory