Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tao / diffs / Policy.diff
blobadaaf03825f64ba8c6a304ffca0cf40e52bec34e
1 --- orig/PolicyC.h 2005-04-08 10:17:37.633795200 +0200
2 +++ PolicyC.h 2005-04-08 10:17:41.709656000 +0200
3 @@ -331,6 +331,15 @@
5 virtual const char* _interface_repository_id (void) const;
6 virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr);
8 + // Handcrafted
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 + // ****************************************************************
16 private:
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
21 @@ -953,6 +953,34 @@
25 +// Hand crafted.
26 +//
27 +// ****************************************************************
28 +CORBA::Boolean
29 +CORBA::Policy::_tao_encode (TAO_OutputCDR &)
31 + return false;
34 +CORBA::Boolean
35 +CORBA::Policy::_tao_decode (TAO_InputCDR &)
37 + return false;
40 +TAO_Cached_Policy_Type
41 +CORBA::Policy::_tao_cached_type (void) const
43 + return TAO_CACHED_POLICY_UNCACHED;
46 +TAO_Policy_Scope
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