1 --- orig/PolicyC.h 2005-04-08 10:17:37.633795200 +0200
2 +++ PolicyC.h 2005-04-08 10:17:41.709656000 +0200
5 virtual const char* _interface_repository_id (void) const;
6 virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
9 + // ****************************************************************
10 + virtual CORBA::Boolean _tao_encode (TAO_OutputCDR &);
11 + virtual CORBA::Boolean _tao_decode (TAO_InputCDR &);
12 + virtual TAO_Cached_Policy_Type _tao_cached_type (void) const;
13 + virtual TAO_Policy_Scope _tao_scope (void) const;
14 + // ****************************************************************
17 TAO::Collocation_Proxy_Broker *the_TAO_Policy_Proxy_Broker_;
19 --- orig/PolicyC.cpp 2005-04-08 10:17:37.633795200 +0200
20 +++ PolicyC.cpp 2005-04-08 10:17:41.719670400 +0200
27 +// ****************************************************************
29 +CORBA::Policy::_tao_encode (TAO_OutputCDR &)
35 +CORBA::Policy::_tao_decode (TAO_InputCDR &)
40 +TAO_Cached_Policy_Type
41 +CORBA::Policy::_tao_cached_type (void) const
43 + return TAO_CACHED_POLICY_UNCACHED;
47 +CORBA::Policy::_tao_scope (void) const
49 + return TAO_POLICY_DEFAULT_SCOPE;
51 +// ****************************************************************
53 // TAO_IDL - Generated from
54 // be\be_visitor_interface/cdr_op_cs.cpp:63