DAnCE
..
|
#include <Deployment_Event.h>
Public Member Functions | |
Event_Result (void) | |
Event_Result (const std::string &id, bool exception) | |
Event_Result (const std::string &id, bool exception, CORBA::Any *any) | |
Public Attributes | |
std::string | id_ |
bool | exception_ |
CORBA::Any_var | contents_ |
DAnCE::Event_Result::Event_Result | ( | void | ) |
DAnCE::Event_Result::Event_Result | ( | const std::string & | id, |
bool | exception | ||
) |
DAnCE::Event_Result::Event_Result | ( | const std::string & | id, |
bool | exception, | ||
CORBA::Any * | any | ||
) |
CORBA::Any_var DAnCE::Event_Result::contents_ |
bool DAnCE::Event_Result::exception_ |
std::string DAnCE::Event_Result::id_ |