summaryrefslogtreecommitdiff
path: root/CIAO/tools/Config_Handlers/RT-CCM/OC_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tools/Config_Handlers/RT-CCM/OC_Handler.h')
-rw-r--r--CIAO/tools/Config_Handlers/RT-CCM/OC_Handler.h50
1 files changed, 0 insertions, 50 deletions
diff --git a/CIAO/tools/Config_Handlers/RT-CCM/OC_Handler.h b/CIAO/tools/Config_Handlers/RT-CCM/OC_Handler.h
deleted file mode 100644
index 8360825226e..00000000000
--- a/CIAO/tools/Config_Handlers/RT-CCM/OC_Handler.h
+++ /dev/null
@@ -1,50 +0,0 @@
-//============================================
-/*
- * @file OC_Handler.h
- *
- * @author Lucas Seibert <lseibert@dre.vanderbilt.edu>
- * @author Will Otte <wotte@dre.vanderbilt.edu>
-
- * $Id$
- */
-//============================================
-
-#ifndef CIAO_CONFIG_HANDLERS_OC_HANDLER_H
-#define CIAO_CONFIG_HANDLERS_OC_HANDLER_H
-
-#include /**/ "ace/pre.h"
-
-#include "RT_CCM_Handlers_Export.h"
-#include "ciao/ServerResourcesC.h"
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-namespace CIAO
-{
- namespace Config_Handlers
- {
- class ORBConfigs;
-
- /*
- * @class OC_Handler
- *
- * @brief Handler class for <ORBConfigs>
- */
-
- class RT_CCM_Handlers_Export OC_Handler
- {
- public:
- static bool orb_config (const ORBConfigs &src,
- ::CIAO::DAnCE::ORBConfigs &dest);
-
- static ORBConfigs orb_config (const ::CIAO::DAnCE::ORBConfigs &src);
-
- };
- }
-}
-
-#include /**/ "ace/post.h"
-#endif /* OC_HANDLER_H */
-