summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/Config_Handlers/RDD_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/DAnCE/Config_Handlers/RDD_Handler.h')
-rw-r--r--TAO/CIAO/DAnCE/Config_Handlers/RDD_Handler.h63
1 files changed, 0 insertions, 63 deletions
diff --git a/TAO/CIAO/DAnCE/Config_Handlers/RDD_Handler.h b/TAO/CIAO/DAnCE/Config_Handlers/RDD_Handler.h
deleted file mode 100644
index 001a57e0da7..00000000000
--- a/TAO/CIAO/DAnCE/Config_Handlers/RDD_Handler.h
+++ /dev/null
@@ -1,63 +0,0 @@
-
- //==============================================================
-/**
- * @file RDD_Handler.h
- *
- * $Id$
- *
- * @author Jules White <jules@dre.vanderbilt.edu>
- */
-//================================================================
-
-#ifndef CIAO_CONFIG_HANDLERS_RDD_Handler_H
-#define CIAO_CONFIG_HANDLERS_RDD_Handler_H
-#include /**/ "ace/pre.h"
-
-#include "Config_Handlers_Export.h"
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-
-
-namespace Deployment
-{
- struct ResourceDeploymentDescription;
-}
-
-
-namespace CIAO
-{
-
- namespace Config_Handlers
- {
- class ResourceDeploymentDescription;
-
- /*
- * @class RDD_Handler
- *
- * @brief Handler class for <ResourceDeploymentDescription> types.
- *
- * This class defines handler methods to map values from XSC
- * ResourceDeploymentDescription objects, parsed from the
- * descriptor files, to the corresponding CORBA IDL Any type.
- *
- */
-
- class Config_Handlers_Export RDD_Handler
- {
- public:
- static void resource_deployment_descr (
- const ResourceDeploymentDescription& desc,
- ::Deployment::ResourceDeploymentDescription& toconfig);
- static ResourceDeploymentDescription
- resource_deployment_descr (
- const ::Deployment::ResourceDeploymentDescription &src);
-
- };
- }
-}
-
-#include /**/ "ace/post.h"
-#endif /* CIAO_CONFIG_HANDLERS_RDD_Handler_H */