summaryrefslogtreecommitdiff
path: root/CIAO/tools/Config_Handlers/RT-CCM/TPL_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tools/Config_Handlers/RT-CCM/TPL_Handler.h')
-rw-r--r--CIAO/tools/Config_Handlers/RT-CCM/TPL_Handler.h48
1 files changed, 0 insertions, 48 deletions
diff --git a/CIAO/tools/Config_Handlers/RT-CCM/TPL_Handler.h b/CIAO/tools/Config_Handlers/RT-CCM/TPL_Handler.h
deleted file mode 100644
index e11fbc28dc2..00000000000
--- a/CIAO/tools/Config_Handlers/RT-CCM/TPL_Handler.h
+++ /dev/null
@@ -1,48 +0,0 @@
-//===============================================
-/*
- * @file TPL_Handler.h
- *
- * @author Lucas Seibert <lseibert@dre.vanderbilt.edu>
- * @author Will Otte <wotte@dre.vanderbilt.edu>
- *
- * $Id$
- */
-//===============================================
-
-#ifndef CIAO_CONFIG_HANDLERS_TPL_HANDLER_H
-#define CIAO_CONFIG_HANDLERS_TPL_HANDLER_H
-
-#include /**/ "ace/pre.h"
-
-#include "ciao/ServerResourcesC.h"
-
-#include "RT_CCM_Handlers_Export.h"
-
-namespace CIAO
-{
- namespace Config_Handlers
- {
- class ThreadpoolWithLanesDef;
-
- /*
- * @class TPL_Handler
- * A brief Handler class for <ThreadpoolWithLanesDef>
- */
-
- class RT_CCM_Handlers_Export TPL_Handler
- {
- public:
-
- static bool threadpool_with_lanes (
- const ThreadpoolWithLanesDef &src,
- ::CIAO::DAnCE::ORS_ThreadpoolWithLanes &dest);
-
- static ThreadpoolWithLanesDef threadpool_with_lanes (
- const ::CIAO::DAnCE::ORS_ThreadpoolWithLanes &src);
- };
- }
-}
-
-#include /**/ "ace/post.h"
-#endif /* TPL_HANDLER_H */
-