TAO  2.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Modules
InvalidName.pidl File Reference

Pre-compiled IDL source for the CORBA::InvalidName exception. More...

Classes

class  CORBA::ORB
 ORB pseudo-object. More...
 
class  CORBA::ORB::InvalidName
 UserException for resolve_initial_references() More...
 

Modules

 CORBA
 FUZZ: disable check_for_include/.
 

Detailed Description

Pre-compiled IDL source for the CORBA::InvalidName exception.

Id:
InvalidName.pidl 76257 2007-01-02 10:02:38Z johnnyw

This file is used to generate parts of the code in ORB.{h,i,cpp}, using the following command:

tao_idl -o orig -Gp -Gd -Gv -DCORBA3 -Wb,export_macro=TAO_Export -Wb,export_include=TAO_Export.h -Wb,pre_include="ace/pre.h" -Wb,post_include="ace/post.h" InvalidName.pidl

and then:

patch < diffs/InvalidName.diff

The code left in InvalidNameC.{h,i,cpp} must then be inserted into the ORB.{h,i,cpp} files. This sucks, but it is a direct result of the way the spec is defined, the ORB 'pseudo-interface' cannot be automatically generated, but it is better to automatically generate the exception, otherwise they are always out of date when compared to the rest of ACE+TAO.