import "RTCORBA.pidl";
Inheritance diagram for RTCORBA::PrivateConnectionPolicy:
|
Implements CORBA::Policy. Definition at line 960 of file RTCORBAC.h. |
|
Implements CORBA::Policy. Definition at line 961 of file RTCORBAC.h. |
|
Definition at line 899 of file RTCORBAC.cpp.
00900 {} |
|
Definition at line 902 of file RTCORBAC.cpp.
00903 {} |
|
|
|
Definition at line 936 of file RTCORBAC.cpp. References CORBA::Object::_add_ref(), and RTCORBA::PrivateConnectionPolicy_ptr. Referenced by operator<<=().
00937 { 00938 if (! ::CORBA::is_nil (obj)) 00939 { 00940 obj->_add_ref (); 00941 } 00942 00943 return obj; 00944 } |
|
Implements CORBA::Policy. Definition at line 985 of file RTCORBAC.cpp.
00986 { 00987 return "IDL:omg.org/RTCORBA/PrivateConnectionPolicy:1.0"; 00988 } |
|
Implements CORBA::Policy. Definition at line 953 of file RTCORBAC.cpp. References ACE_OS::strcmp().
00957 { 00958 if ( 00959 !ACE_OS::strcmp ( 00960 value, 00961 "IDL:omg.org/CORBA/Policy:1.0" 00962 ) || 00963 !ACE_OS::strcmp ( 00964 value, 00965 "IDL:omg.org/RTCORBA/PrivateConnectionPolicy:1.0" 00966 ) || 00967 !ACE_OS::strcmp ( 00968 value, 00969 "IDL:omg.org/CORBA/LocalObject:1.0" 00970 ) || 00971 !ACE_OS::strcmp ( 00972 value, 00973 "IDL:omg.org/CORBA/Object:1.0" 00974 ) 00975 ) 00976 { 00977 return true; // success using local knowledge 00978 } 00979 else 00980 { 00981 return false; 00982 } 00983 } |
|
Implements CORBA::Policy. Definition at line 914 of file RTCORBAC.cpp.
00918 {
00919 return PrivateConnectionPolicy::_duplicate (
00920 dynamic_cast<PrivateConnectionPolicy_ptr> (_tao_objref)
00921 );
00922 }
|
|
Implements CORBA::Policy. Definition at line 978 of file RTCORBAC.h. References RTCORBA::PrivateConnectionPolicy_ptr.
00979 {
00980 return static_cast<PrivateConnectionPolicy_ptr> (0);
00981 }
|
|
Implements CORBA::Policy. Definition at line 906 of file RTCORBAC.cpp.
00907 { 00908 PrivateConnectionPolicy *_tao_tmp_pointer = 00909 static_cast<PrivateConnectionPolicy *> (_tao_void_pointer); 00910 ::CORBA::release (_tao_tmp_pointer); 00911 } |
|
Definition at line 947 of file RTCORBAC.cpp. References RTCORBA::PrivateConnectionPolicy_ptr.
00948 { 00949 ::CORBA::release (obj); 00950 } |
|
Implements CORBA::Policy. Definition at line 925 of file RTCORBAC.cpp.
00929 {
00930 return PrivateConnectionPolicy::_duplicate (
00931 dynamic_cast<PrivateConnectionPolicy_ptr> (_tao_objref)
00932 );
00933 }
|
|
Implements CORBA::Policy. Implemented in TAO_PrivateConnectionPolicy. |
|
Implements CORBA::Policy. Implemented in TAO_PrivateConnectionPolicy. |
|
Implements CORBA::Policy. Definition at line 991 of file RTCORBAC.cpp.
00992 { 00993 return false; 00994 } |
|
|