import "RTCORBA.pidl";
Inheritance diagram for RTCORBA::PriorityBandedConnectionPolicy:
|
Implements CORBA::Policy. Definition at line 2173 of file RTCORBAC.h. |
|
Implements CORBA::Policy. Definition at line 2174 of file RTCORBAC.h. |
|
Definition at line 1896 of file RTCORBAC.cpp.
01897 {} |
|
Definition at line 1899 of file RTCORBAC.cpp.
01900 {} |
|
|
|
Definition at line 1933 of file RTCORBAC.cpp. References CORBA::Object::_add_ref(), and RTCORBA::PriorityBandedConnectionPolicy_ptr. Referenced by operator<<=().
01934 { 01935 if (! ::CORBA::is_nil (obj)) 01936 { 01937 obj->_add_ref (); 01938 } 01939 01940 return obj; 01941 } |
|
Implements CORBA::Policy. Definition at line 1982 of file RTCORBAC.cpp.
01983 { 01984 return "IDL:omg.org/RTCORBA/PriorityBandedConnectionPolicy:1.0"; 01985 } |
|
Implements CORBA::Policy. Definition at line 1950 of file RTCORBAC.cpp. References ACE_OS::strcmp().
01954 { 01955 if ( 01956 !ACE_OS::strcmp ( 01957 value, 01958 "IDL:omg.org/CORBA/Policy:1.0" 01959 ) || 01960 !ACE_OS::strcmp ( 01961 value, 01962 "IDL:omg.org/RTCORBA/PriorityBandedConnectionPolicy:1.0" 01963 ) || 01964 !ACE_OS::strcmp ( 01965 value, 01966 "IDL:omg.org/CORBA/LocalObject:1.0" 01967 ) || 01968 !ACE_OS::strcmp ( 01969 value, 01970 "IDL:omg.org/CORBA/Object:1.0" 01971 ) 01972 ) 01973 { 01974 return true; // success using local knowledge 01975 } 01976 else 01977 { 01978 return false; 01979 } 01980 } |
|
Implements CORBA::Policy. Definition at line 1911 of file RTCORBAC.cpp. Referenced by TAO_RT_Stub::effective_priority_banded_connection(), and TAO_RT_Protocols_Hooks::get_selector_bands_policy_hook().
01915 {
01916 return PriorityBandedConnectionPolicy::_duplicate (
01917 dynamic_cast<PriorityBandedConnectionPolicy_ptr> (_tao_objref)
01918 );
01919 }
|
|
Implements CORBA::Policy. Definition at line 2191 of file RTCORBAC.h. References RTCORBA::PriorityBandedConnectionPolicy_ptr.
02192 {
02193 return static_cast<PriorityBandedConnectionPolicy_ptr> (0);
02194 }
|
|
Implements CORBA::Policy. Definition at line 1903 of file RTCORBAC.cpp.
01904 { 01905 PriorityBandedConnectionPolicy *_tao_tmp_pointer = 01906 static_cast<PriorityBandedConnectionPolicy *> (_tao_void_pointer); 01907 ::CORBA::release (_tao_tmp_pointer); 01908 } |
|
Definition at line 1944 of file RTCORBAC.cpp. References RTCORBA::PriorityBandedConnectionPolicy_ptr.
01945 { 01946 ::CORBA::release (obj); 01947 } |
|
Implements CORBA::Policy. Definition at line 1922 of file RTCORBAC.cpp.
01926 {
01927 return PriorityBandedConnectionPolicy::_duplicate (
01928 dynamic_cast<PriorityBandedConnectionPolicy_ptr> (_tao_objref)
01929 );
01930 }
|
|
Implements CORBA::Policy. Implemented in TAO_PriorityBandedConnectionPolicy. |
|
Implements CORBA::Policy. Implemented in TAO_PriorityBandedConnectionPolicy. |
|
Implements CORBA::Policy. Definition at line 1988 of file RTCORBAC.cpp.
01989 { 01990 return false; 01991 } |
|
|
|
Implemented in TAO_PriorityBandedConnectionPolicy. |
|
Definition at line 208 of file RTCORBA.pidl. |