summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA/diffs/RTCORBAC.cpp.diff
blob: 262d4d60b2c650e5c83d4b5685c788b8766366a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
--- orig/RTCORBAC.cpp	Fri Jun 15 10:45:32 2001
+++ RTCORBAC.cpp	Fri Jun 15 10:51:00 2001
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 //
-// $Id$
+// $Id$
 
 // ****  Code generated by the The ACE ORB (TAO) IDL Compiler ****
 // TAO and the TAO IDL Compiler have been developed by:
@@ -19,7 +19,9 @@
 // Information about TAO is available at:
 //     http://www.cs.wustl.edu/~schmidt/TAO.html
 
+#define TAO_RTCORBA_SAFE_INCLUDE
 #include "RTCORBAC.h"
+#undef TAO_RTCORBA_SAFE_INCLUDE
 
 #include "tao/Stub.h"
 #include "tao/Invocation.h"
@@ -2640,6 +2642,21 @@
 }
 
 
+//////////////////////////////////////////////////////
+// CDR Encoding Support
+
+CORBA::Boolean
+RTCORBA::ProtocolProperties::_tao_encode (TAO_OutputCDR &)
+{
+  return 1;
+}
+
+CORBA::Boolean
+RTCORBA::ProtocolProperties::_tao_decode (TAO_InputCDR &)
+{
+  return 1;
+}
+
 // default constructor
 RTCORBA::TCPProtocolProperties::TCPProtocolProperties ()
 {
@@ -5224,7 +5241,7 @@
 
 // Narrow.
 RTCORBA::RTORB::InvalidThreadpool *
-RTCORBA::RTORB::InvalidThreadpool::_downcast (CORBA::Exception *exc)
+RTCORBA::RTORB::InvalidThreadpool::_narrow (CORBA::Exception *exc)
 {
   if (!ACE_OS::strcmp ("IDL:omg.org/RTCORBA/RTORB/InvalidThreadpool:1.0", exc->_id ()))
     {