2 #include "ace/OS_Memory.h"
4 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
8 CORBA::Environment::exception () const
10 return this->exception_;
15 CORBA::Environment::_duplicate (CORBA::Environment *x)
22 CORBA::Environment* ptr = nullptr;
24 CORBA::Environment (*x),
30 CORBA::Environment_ptr
31 CORBA::Environment::_nil ()
36 TAO_END_VERSIONED_NAMESPACE_DECL