#include <ColCOWS_ObjectDesc.hh>
Inheritance diagram for ColCOWS::ObjectDesc:
Definition at line 43 of file ColCOWS_ObjectDesc.hh.
Public Member Functions | |
ObjectDesc () | |
constructor | |
ObjectDesc (std::string id, std::string kind, CORBA::Object *ref) | |
constructor | |
virtual | ~ObjectDesc () |
destructor | |
virtual void | printself (std::ostream &stream, int indent=0) const |
print self | |
Public Attributes | |
std::string | obj_id |
CORBA object Id. | |
std::string | obj_kind |
CORBA object kind. | |
CORBA::Object * | obj_ref |
CORBA object reference. |