summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/Config_Handlers/MDD_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/DAnCE/Config_Handlers/MDD_Handler.h')
-rw-r--r--TAO/CIAO/DAnCE/Config_Handlers/MDD_Handler.h34
1 files changed, 13 insertions, 21 deletions
diff --git a/TAO/CIAO/DAnCE/Config_Handlers/MDD_Handler.h b/TAO/CIAO/DAnCE/Config_Handlers/MDD_Handler.h
index a97490504c5..d34792baf75 100644
--- a/TAO/CIAO/DAnCE/Config_Handlers/MDD_Handler.h
+++ b/TAO/CIAO/DAnCE/Config_Handlers/MDD_Handler.h
@@ -13,14 +13,12 @@
#define CIAO_CONFIG_HANDLERS_MDD_Handler_H
#include /**/ "ace/pre.h"
+#include "Config_Handlers_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "Config_Handlers_export.h"
-#include "ace/config-lite.h"
-
namespace Deployment
{
@@ -33,31 +31,25 @@ namespace CIAO
namespace Config_Handlers
{
-
class MonolithicDeploymentDescription;
/*
- * @class MDD_Handler
- *
- * @brief Handler class for <MonolithicDeploymentDescription> types.
- *
- * This class defines handler methods to map values from XSC
- * MonolithicDeploymentDescription objects, parsed from the
- * descriptor files, to the corresponding CORBA IDL types.
- *
- */
+ * @class MDD_Handler
+ *
+ * @brief Handler class for <MonolithicDeploymentDescription> types.
+ *
+ * This class defines handler methods to map values from XSC
+ * MonolithicDeploymentDescription objects, parsed from the
+ * descriptor files, to the corresponding CORBA IDL types.
+ *
+ */
class Config_Handlers_Export MDD_Handler
{
public:
-
- MDD_Handler (void);
- virtual ~MDD_Handler (void);
-
- void get_MonolithicDeploymentDescription (
- Deployment::MonolithicDeploymentDescription& toconfig,
- MonolithicDeploymentDescription& desc);
-
+ static void mono_deployment_description (
+ const MonolithicDeploymentDescription& desc,
+ Deployment::MonolithicDeploymentDescription& toconfig);
};
}
}