#include <Property_Handler.h>
Public Member Functions | |
Property_Handler (void) | |
virtual | ~Property_Handler (void) |
Static Public Member Functions | |
static void | handle_property (const Property &desc,::Deployment::Property &toconfig) |
static Property | get_property (const ::Deployment::Property &src) |
CIAO::Config_Handlers::Property_Handler::Property_Handler | ( | void | ) |
CIAO::Config_Handlers::Property_Handler::~Property_Handler | ( | void | ) | [virtual] |
static void CIAO::Config_Handlers::Property_Handler::handle_property | ( | const Property & | desc, | |
::Deployment::Property & | toconfig | |||
) | [static] |
This method maps the values from the XSC object <CIAO::Config_Handlers::Property> to the CORBA IDL type <Deployment::Property>.
static Property CIAO::Config_Handlers::Property_Handler::get_property | ( | const ::Deployment::Property & | src | ) | [static] |