summaryrefslogtreecommitdiff
path: root/modules/CIAO/tools/Config_Handlers/RT-CCM/TPL_Handler.h
blob: 6d1b3b72e9891139f28f0ca17a15925b267aed0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
//===============================================
/*
 *   @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 "DAnCE/Deployment/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 */