diff options
Diffstat (limited to 'TAO/tao/Exception.i')
-rw-r--r-- | TAO/tao/Exception.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Exception.i b/TAO/tao/Exception.i index c3de1104ca9..a629b7b13d2 100644 --- a/TAO/tao/Exception.i +++ b/TAO/tao/Exception.i @@ -1,4 +1,5 @@ // This may look like C, but it's really -*- C++ -*- +// $Id$ ACE_INLINE void * CORBA_Exception::operator new (size_t, @@ -42,4 +43,3 @@ CORBA::Exception_ptr CORBA_Environment::exception (void) const { return this->exception_; } - |