#include <orb.idl>
Include dependency graph for IOP_Codec.pidl:

This graph shows which files directly or indirectly include this file:

Namespaces | |
| namespace | IOP |
Classes | |
| interface | IOP::Codec |
| exception | IOP::Codec::InvalidTypeForEncoding |
| exception | IOP::Codec::FormatMismatch |
| exception | IOP::Codec::TypeMismatch |
| struct | IOP::Encoding |
| interface | IOP::CodecFactory |
| exception | IOP::CodecFactory::UnknownEncoding |
Typedefs | |
| typedef short | EncodingFormat |
Variables | |
| const EncodingFormat | ENCODING_CDR_ENCAPS = 0 |
This file is used to generate IOPC.{h,i,cpp}, using the following command:
tao_idl.exe -o orig -Gp -Gd -Ge 1 -GT -GA -Sc -Wb,export_macro=TAO_Export -Wb,export_include=tao/TAO_Export.h -Wb,pre_include="ace/pre.h" -Wb,post_include="ace/post.h" IOP_Codec.pidl
and then apply the patches in diffs/IOP_Codec.diff.
Move the typecodes for exceptions in IOP_CodecA.cpp to IOP_CodecC.cpp. The code left in IOP_CodecC.{h,i,cpp} and IOP_CodecA.cpp is ready to use.
|
|
|
|
|
|
1.3.9.1