summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service/ifr_adding_visitor_union.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/IFR_Service/ifr_adding_visitor_union.h')
-rw-r--r--TAO/orbsvcs/IFR_Service/ifr_adding_visitor_union.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/IFR_Service/ifr_adding_visitor_union.h b/TAO/orbsvcs/IFR_Service/ifr_adding_visitor_union.h
index 50d7d8ab15f..3dff55316c5 100644
--- a/TAO/orbsvcs/IFR_Service/ifr_adding_visitor_union.h
+++ b/TAO/orbsvcs/IFR_Service/ifr_adding_visitor_union.h
@@ -55,7 +55,7 @@ public:
virtual int visit_union (AST_Union *node);
// Visit union.
- virtual IR_IDLType_ptr ir_current (void) const;
+ virtual CORBA_IDLType_ptr ir_current (void) const;
// Lets the visitor one level above acess this value.
private:
@@ -63,7 +63,7 @@ private:
// Is this visitor visiting a struct that was defined inside
// a union, an exception, or another struct?
- IR_UnionMemberSeq members_;
+ CORBA_UnionMemberSeq members_;
// Holder for the member list passed to create_struct() or
// create_exception().
@@ -72,7 +72,7 @@ private:
// discriminator is an enum type, so we can insert the label
// values into Anys for UnionMemberSeq[i].label).
- ACE_Unbounded_Queue<IR_Contained_ptr> move_queue_;
+ ACE_Unbounded_Queue<CORBA_Contained_ptr> move_queue_;
// IR objects that must be moved into the scope (struct or
// exception) where they were declared in the IDL file.