1 --- orig/RTCORBAC.h 2005-03-25 19:39:53.847483200 +0100
2 +++ RTCORBAC.h 2005-03-25 19:41:00.863848000 +0100
5 #include "ace/config-all.h"
7 +#ifndef TAO_RTCORBA_SAFE_INCLUDE
8 +#error "You should not include RTCORBAC.h directly, use RTCORBA.h"
9 +#endif /* !TAO_RTCORBA_SAFE_INCLUDE */
11 #if !defined (ACE_LACKS_PRAGMA_ONCE)
13 #endif /* ACE_LACKS_PRAGMA_ONCE */
15 #include "rtcorba_export.h"
16 +#include "rtcorba_typedefs.h"
18 +#include "tao/TimeBaseC.h"
19 #include "tao/SystemException.h"
20 #include "tao/Environment.h"
21 #include "tao/Object.h"
23 virtual const char* _interface_repository_id (void) const;
24 virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
26 + // CDR Encoder/Decoder methods. (handcrafted)
27 + virtual CORBA::Boolean _tao_encode (TAO_OutputCDR &out_cdr);
28 + virtual CORBA::Boolean _tao_decode (TAO_InputCDR &in_cdr);
30 // Abstract or local interface only.
31 ProtocolProperties (void);
32 --- orig/RTCORBAC.cpp 2005-03-25 19:39:53.847483200 +0100
33 +++ RTCORBAC.cpp 2005-03-25 19:39:54.318160000 +0100
35 // be\be_codegen.cpp:302
38 -#include "RTCORBAC.h"
41 #include "tao/Null_RefCount_Policy.h"
42 #include "tao/TypeCode_Constants.h"
47 +//////////////////////////////////////////////////////
48 +// CDR Encoding Support hand crafted
51 +RTCORBA::ProtocolProperties::_tao_encode (TAO_OutputCDR &)
55 +// TAO_IDL - Generated from
56 +// be/be_visitor_arg_traits.cpp:60
59 +RTCORBA::ProtocolProperties::_tao_decode (TAO_InputCDR &)
64 // TAO_IDL - Generated from
65 // be\be_visitor_structure/structure_cs.cpp:68
66 --- orig/RTCORBAA.cpp 2005-03-25 19:39:53.857497600 +0100
67 +++ RTCORBAA.cpp 2005-03-25 19:40:06.796102400 +0100
69 // Information about TAO is available at:
70 // http://www.cs.wustl.edu/~schmidt/TAO.html
72 -#include "RTCORBAC.h"
74 #include "tao/Null_RefCount_Policy.h"
75 #include "tao/TypeCode_Constants.h"
76 #include "tao/Alias_TypeCode.h"