diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-01-10 00:01:28 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-01-10 00:01:28 +0000 |
commit | 62120aa90fc2caf05f2dc175abb09922b44970c2 (patch) | |
tree | f11e8141bfd45d57cb59494e0ae00bdf75fbbdc3 /TAO/TAO_IDL/be/be_union.cpp | |
parent | ee5b738232410a9c0e1165db0402794054506f79 (diff) | |
download | ATCD-62120aa90fc2caf05f2dc175abb09922b44970c2.tar.gz |
ChangeLogTag:Fri Jan 9 17:49:55 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/TAO_IDL/be/be_union.cpp')
-rw-r--r-- | TAO/TAO_IDL/be/be_union.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be/be_union.cpp b/TAO/TAO_IDL/be/be_union.cpp index b775b25b520..4a1669e9a79 100644 --- a/TAO/TAO_IDL/be/be_union.cpp +++ b/TAO/TAO_IDL/be/be_union.cpp @@ -1121,6 +1121,12 @@ be_union::tc_encap_len (void) return this->encap_len_; } +int +be_union::accept (be_visitor *visitor) +{ + return visitor->visit_union (this); +} + // Narrowing IMPL_NARROW_METHODS3 (be_union, AST_Union, be_scope, be_type) IMPL_NARROW_FROM_DECL (be_union) |