20 #ifndef RTC_SDOORGANIZATION_H
21 #define RTC_SDOORGANIZATION_H
24 #include <rtm/idl/SDOPackageSkel.h>
46 #pragma warning( disable : 4290 )
75 :
public virtual POA_SDOPackage::Organization,
76 public virtual PortableServer::RefCountServantBase
98 #endif // ORB_IS_RTROB
153 throw (CORBA::SystemException,
154 InvalidParameter, NotAvailable, InternalError);
198 virtual CORBA::Boolean
200 throw (CORBA::SystemException,
201 InvalidParameter, NotAvailable, InternalError);
236 throw (CORBA::SystemException,
237 NotAvailable, InternalError);
279 throw (CORBA::SystemException,
280 InvalidParameter, NotAvailable, InternalError);
326 virtual CORBA::Boolean
328 throw (CORBA::SystemException,
329 InvalidParameter, NotAvailable, InternalError);
372 throw (CORBA::SystemException,
373 InvalidParameter, NotAvailable, InternalError);
412 virtual CORBA::Boolean
add_members(
const SDOList& sdo_list)
413 throw (CORBA::SystemException,
414 InvalidParameter, NotAvailable, InternalError);
449 throw (CORBA::SystemException,
450 NotAvailable, InternalError);
495 virtual CORBA::Boolean
set_members(
const SDOList& sdos)
496 throw (CORBA::SystemException,
497 InvalidParameter, NotAvailable, InternalError);
536 throw (CORBA::SystemException,
537 InvalidParameter, NotAvailable, InternalError);
570 throw (CORBA::SystemException,
571 NotAvailable, InternalError);
614 virtual CORBA::Boolean
set_owner(SDOSystemElement_ptr sdo)
615 throw (CORBA::SystemException,
616 InvalidParameter, NotAvailable, InternalError);
654 throw (CORBA::SystemException,
655 NotAvailable, InternalError);
700 throw (CORBA::SystemException,
701 NotAvailable, InternalError);
846 return m_name == std::string(nv.name);
863 CORBA::String_var id(sdo->get_sdo_id());
864 return m_id == (
const char*)
id;
872 #pragma warning( default : 4290 )
875 #endif // RTC_NAMESPACE SDOPACKAGE