import "RTCORBA.pidl";
Inheritance diagram for RTCORBA::UnixDomainProtocolProperties:
|
Implements RTCORBA::ProtocolProperties. Definition at line 1373 of file RTCORBAC.h. |
|
Implements RTCORBA::ProtocolProperties. Definition at line 1374 of file RTCORBAC.h. |
|
Definition at line 1298 of file RTCORBAC.cpp.
01299 {} |
|
Definition at line 1301 of file RTCORBAC.cpp.
01302 {} |
|
|
|
Definition at line 1335 of file RTCORBAC.cpp. References CORBA::Object::_add_ref(), and RTCORBA::UnixDomainProtocolProperties_ptr. Referenced by operator<<=().
01336 { 01337 if (! ::CORBA::is_nil (obj)) 01338 { 01339 obj->_add_ref (); 01340 } 01341 01342 return obj; 01343 } |
|
Implements RTCORBA::ProtocolProperties. Definition at line 1384 of file RTCORBAC.cpp.
01385 { 01386 return "IDL:omg.org/RTCORBA/UnixDomainProtocolProperties:1.0"; 01387 } |
|
Implements RTCORBA::ProtocolProperties. Definition at line 1352 of file RTCORBAC.cpp. References ACE_OS::strcmp().
01356 { 01357 if ( 01358 !ACE_OS::strcmp ( 01359 value, 01360 "IDL:omg.org/RTCORBA/ProtocolProperties:1.0" 01361 ) || 01362 !ACE_OS::strcmp ( 01363 value, 01364 "IDL:omg.org/RTCORBA/UnixDomainProtocolProperties:1.0" 01365 ) || 01366 !ACE_OS::strcmp ( 01367 value, 01368 "IDL:omg.org/CORBA/LocalObject:1.0" 01369 ) || 01370 !ACE_OS::strcmp ( 01371 value, 01372 "IDL:omg.org/CORBA/Object:1.0" 01373 ) 01374 ) 01375 { 01376 return true; // success using local knowledge 01377 } 01378 else 01379 { 01380 return false; 01381 } 01382 } |
|
Implements RTCORBA::ProtocolProperties. Definition at line 1313 of file RTCORBAC.cpp. Referenced by TAO_RT_Protocols_Hooks::extract_protocol_properties().
01317 {
01318 return UnixDomainProtocolProperties::_duplicate (
01319 dynamic_cast<UnixDomainProtocolProperties_ptr> (_tao_objref)
01320 );
01321 }
|
|
Implements RTCORBA::ProtocolProperties. Definition at line 1391 of file RTCORBAC.h. References RTCORBA::UnixDomainProtocolProperties_ptr.
01392 {
01393 return static_cast<UnixDomainProtocolProperties_ptr> (0);
01394 }
|
|
Implements RTCORBA::ProtocolProperties. Definition at line 1305 of file RTCORBAC.cpp.
01306 { 01307 UnixDomainProtocolProperties *_tao_tmp_pointer = 01308 static_cast<UnixDomainProtocolProperties *> (_tao_void_pointer); 01309 ::CORBA::release (_tao_tmp_pointer); 01310 } |
|
Definition at line 1346 of file RTCORBAC.cpp. References RTCORBA::UnixDomainProtocolProperties_ptr.
01347 { 01348 ::CORBA::release (obj); 01349 } |
|
Implements RTCORBA::ProtocolProperties. Definition at line 1324 of file RTCORBAC.cpp.
01328 {
01329 return UnixDomainProtocolProperties::_duplicate (
01330 dynamic_cast<UnixDomainProtocolProperties_ptr> (_tao_objref)
01331 );
01332 }
|
|
Implements RTCORBA::ProtocolProperties. Definition at line 1390 of file RTCORBAC.cpp.
01391 { 01392 return false; 01393 } |
|
|
|
|
|
Implemented in TAO_UnixDomain_Protocol_Properties. |
|
|
|
Implemented in TAO_UnixDomain_Protocol_Properties. |
|
Definition at line 164 of file RTCORBA.pidl. |
|
Definition at line 163 of file RTCORBA.pidl. |