summaryrefslogtreecommitdiff
path: root/CIAO/tools/Config_Handlers/RT-CCM/PS_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tools/Config_Handlers/RT-CCM/PS_Handler.h')
-rw-r--r--CIAO/tools/Config_Handlers/RT-CCM/PS_Handler.h45
1 files changed, 0 insertions, 45 deletions
diff --git a/CIAO/tools/Config_Handlers/RT-CCM/PS_Handler.h b/CIAO/tools/Config_Handlers/RT-CCM/PS_Handler.h
deleted file mode 100644
index 5f8673d94ef..00000000000
--- a/CIAO/tools/Config_Handlers/RT-CCM/PS_Handler.h
+++ /dev/null
@@ -1,45 +0,0 @@
-/**
- * @file PS_Handler.h
- * @author Will Otte <wotte@dre.vanderbilt.edu>
- *
- * $Id$
- */
-
-
-#ifndef CIAO_CONFIG_HANDLERS_PS_HANDLER_H
-#define CIAO_CONFIG_HANDLERS_PS_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 PolicySet;
-
- /**
- * @class PS_Handler
- * @brief Handler class for PolicySets
- */
-
- class RT_CCM_Handlers_Export PS_Handler
- {
- public:
- static bool policy_set (const PolicySet &src,
- ::CIAO::DAnCE::PolicySet &dest);
-
- static PolicySet policy_set (const ::CIAO::DAnCE::PolicySet &src);
- };
-
- }
-}
-
-#include /**/ "ace/post.h"
-#endif /* CIAO_CONFI_HANDLERS_PS_HANDLER_H */