CORBA::ORB::InvalidName Class Reference
#include <ORB.h>
List of all members.
Constructor & Destructor Documentation
      
        
          | CORBA::ORB::InvalidName::InvalidName | ( | void |  | ) |  | 
      
 
 
      
        
          | CORBA::ORB::InvalidName::InvalidName | ( | const InvalidName & | exc | ) |  | 
      
 
 
      
        
          | CORBA::ORB::InvalidName::~InvalidName | ( | void |  | ) |  | 
      
 
 
Member Function Documentation
      
        
          | void CORBA::ORB::InvalidName::_raise | ( | void |  | ) | const  [virtual] | 
      
 
 
      
        
          | void CORBA::ORB::InvalidName::_tao_decode | ( | TAO_InputCDR & |  | ) |  [virtual] | 
      
 
 
      
        
          | CORBA::Exception * CORBA::ORB::InvalidName::_tao_duplicate | ( | void |  | ) | const  [virtual] | 
      
 
Deep copy. 
The following operation is used in the implementation of it performs a deep copy of the exception, normally it is implemented as:
 class SomeException : public // Derives from CORBA::Exception
 {
 public:
   virtual CORBA::Exception *_tao_duplicate (void) const
   {
     CORBA::Exception *result = 0;
     ACE_NEW_RETURN (
         result,
         SomeException (*this),
         0
       );
     return result;
   }
 };
  
Implements CORBA::Exception.
 
 
      
        
          | void CORBA::ORB::InvalidName::_tao_encode | ( | TAO_OutputCDR & |  | ) | const  [virtual] | 
      
 
 
The documentation for this class was generated from the following files: