summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_interface.cpp
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1998-05-08 21:56:45 +0000
committergokhale <asgokhale@users.noreply.github.com>1998-05-08 21:56:45 +0000
commitf148fc1a571e937c9c91b8b43ceba5558234b54d (patch)
tree4939dd9df46dc3d86af5868160328a2a70bc7728 /TAO/TAO_IDL/be/be_visitor_interface.cpp
parent3e526db466c97cd92167d6f44456a798d83c9acf (diff)
downloadATCD-f148fc1a571e937c9c91b8b43ceba5558234b54d.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_interface.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_interface.cpp b/TAO/TAO_IDL/be/be_visitor_interface.cpp
index 110ded0cf10..c87706de243 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface.cpp
@@ -676,7 +676,9 @@ be_visitor_interface_ch::visit_interface (be_interface *node)
{
// we do not inherit from anybody, hence we do so from the base
// CORBA::Object class
- *os << " : public virtual CORBA::Object" << be_nl;
+ // Generate code that uses the macro. This is required to deal with
+ // the MSVC++ insanity
+ *os << " : public virtual ACE_CORBA_1 (Object)" << be_nl;
}
// generate the body