diff options
Diffstat (limited to 'TAO/tao/Environment.i')
-rw-r--r-- | TAO/tao/Environment.i | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tao/Environment.i b/TAO/tao/Environment.i index 6d318b17359..3dd045f35f8 100644 --- a/TAO/tao/Environment.i +++ b/TAO/tao/Environment.i @@ -7,9 +7,7 @@ CORBA_Environment::exception (void) const return this->exception_; } -// ************************************************************* // Inline operations for class CORBA_Environment_var -// ************************************************************* ACE_INLINE CORBA_Environment_var::CORBA_Environment_var (void) @@ -85,9 +83,7 @@ CORBA_Environment_var::_retn (void) return val; } -// ************************************************************* // Inline operations for class CORBA_Environment_out -// ************************************************************* ACE_INLINE CORBA_Environment_out::CORBA_Environment_out (CORBA_Environment_ptr &p) |