summaryrefslogtreecommitdiff
path: root/CIAO/tools/Config_Handlers/RT-CCM/TP_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tools/Config_Handlers/RT-CCM/TP_Handler.h')
-rw-r--r--CIAO/tools/Config_Handlers/RT-CCM/TP_Handler.h46
1 files changed, 0 insertions, 46 deletions
diff --git a/CIAO/tools/Config_Handlers/RT-CCM/TP_Handler.h b/CIAO/tools/Config_Handlers/RT-CCM/TP_Handler.h
deleted file mode 100644
index b0403ab0342..00000000000
--- a/CIAO/tools/Config_Handlers/RT-CCM/TP_Handler.h
+++ /dev/null
@@ -1,46 +0,0 @@
-//==============================================
-/*
- * @file TP_Handler.h
- *
- * @author Lucas Seibert <lseibert@dre.vanderbilt.edu>
- * @author Will Otte <wotte@dre.vanderbilt.edu>
- * $Id$
- */
-//==============================================
-
-#ifndef CIAO_CONFIG_HANDLERS_TP_HANDLER_H
-#define CIAO_CONFIG_HANDLERS_TP_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 ThreadpoolDef;
-
- /*
- * @class TP_Handler
- * A brief Handler class for <ThreadpoolDef>
- */
-
- class RT_CCM_Handlers_Export TP_Handler
- {
- public:
- static bool thread_pool (const ThreadpoolDef &src,
- ::CIAO::DAnCE::ORS_Threadpool &dest);
-
- static ThreadpoolDef thread_pool (const ::CIAO::DAnCE::ORS_Threadpool &src);
- };
- }
-}
-
-#include /**/ "ace/post.h"
-#endif /* TP_HANDLER_H */