diff options
Diffstat (limited to 'TAO/CIAO/tools/Config_Handlers/RT-CCM/PM_Handler.h')
-rw-r--r-- | TAO/CIAO/tools/Config_Handlers/RT-CCM/PM_Handler.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/CIAO/tools/Config_Handlers/RT-CCM/PM_Handler.h b/TAO/CIAO/tools/Config_Handlers/RT-CCM/PM_Handler.h index 2ebe0fb0c0e..aa0705fcac2 100644 --- a/TAO/CIAO/tools/Config_Handlers/RT-CCM/PM_Handler.h +++ b/TAO/CIAO/tools/Config_Handlers/RT-CCM/PM_Handler.h @@ -1,4 +1,4 @@ -/** +/** * @file PM_Handler.h * @author Will Otte <wotte@dre.vanderbilt.edu> * @@ -23,22 +23,22 @@ namespace CIAO namespace Config_Handlers { class PriorityModelPolicyDef; - + /** * @class PS_Handler * @brief Handler class for PriorityModelPolicyDefs */ - + class RT_CCM_Handlers_Export PM_Handler { public: static bool priority_model_pd (const PriorityModelPolicyDef &src, ::CIAO::DAnCE::PriorityModelPolicyDef &dest); - + static PriorityModelPolicyDef priority_model_pd (const ::CIAO::DAnCE::PriorityModelPolicyDef &src); }; } - + } #include /**/ "ace/post.h" |