summaryrefslogtreecommitdiff
path: root/TAO/tao/RTScheduling/RTSchedulerC.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTScheduling/RTSchedulerC.h')
-rw-r--r--TAO/tao/RTScheduling/RTSchedulerC.h40
1 files changed, 20 insertions, 20 deletions
diff --git a/TAO/tao/RTScheduling/RTSchedulerC.h b/TAO/tao/RTScheduling/RTSchedulerC.h
index f695f3cb712..04d83d3528b 100644
--- a/TAO/tao/RTScheduling/RTSchedulerC.h
+++ b/TAO/tao/RTScheduling/RTSchedulerC.h
@@ -1172,14 +1172,14 @@ namespace TAO
ACE_TEMPLATE_SPECIALIZATION
struct TAO_RTScheduler_Export Objref_Traits<RTScheduling::ThreadAction>
{
- static RTScheduling::ThreadAction_ptr duplicate (
+ static RTScheduling::ThreadAction_ptr tao_duplicate (
RTScheduling::ThreadAction_ptr
);
- static void release (
+ static void tao_release (
RTScheduling::ThreadAction_ptr
);
- static RTScheduling::ThreadAction_ptr nil (void);
- static CORBA::Boolean marshal (
+ static RTScheduling::ThreadAction_ptr tao_nil (void);
+ static CORBA::Boolean tao_marshal (
RTScheduling::ThreadAction_ptr p,
TAO_OutputCDR & cdr
);
@@ -1193,14 +1193,14 @@ namespace TAO
ACE_TEMPLATE_SPECIALIZATION
struct TAO_RTScheduler_Export Objref_Traits<RTScheduling::DistributableThread>
{
- static RTScheduling::DistributableThread_ptr duplicate (
+ static RTScheduling::DistributableThread_ptr tao_duplicate (
RTScheduling::DistributableThread_ptr
);
- static void release (
+ static void tao_release (
RTScheduling::DistributableThread_ptr
);
- static RTScheduling::DistributableThread_ptr nil (void);
- static CORBA::Boolean marshal (
+ static RTScheduling::DistributableThread_ptr tao_nil (void);
+ static CORBA::Boolean tao_marshal (
RTScheduling::DistributableThread_ptr p,
TAO_OutputCDR & cdr
);
@@ -1214,14 +1214,14 @@ namespace TAO
ACE_TEMPLATE_SPECIALIZATION
struct TAO_RTScheduler_Export Objref_Traits<RTScheduling::Current>
{
- static RTScheduling::Current_ptr duplicate (
+ static RTScheduling::Current_ptr tao_duplicate (
RTScheduling::Current_ptr
);
- static void release (
+ static void tao_release (
RTScheduling::Current_ptr
);
- static RTScheduling::Current_ptr nil (void);
- static CORBA::Boolean marshal (
+ static RTScheduling::Current_ptr tao_nil (void);
+ static CORBA::Boolean tao_marshal (
RTScheduling::Current_ptr p,
TAO_OutputCDR & cdr
);
@@ -1235,14 +1235,14 @@ namespace TAO
ACE_TEMPLATE_SPECIALIZATION
struct TAO_RTScheduler_Export Objref_Traits<RTScheduling::ResourceManager>
{
- static RTScheduling::ResourceManager_ptr duplicate (
+ static RTScheduling::ResourceManager_ptr tao_duplicate (
RTScheduling::ResourceManager_ptr
);
- static void release (
+ static void tao_release (
RTScheduling::ResourceManager_ptr
);
- static RTScheduling::ResourceManager_ptr nil (void);
- static CORBA::Boolean marshal (
+ static RTScheduling::ResourceManager_ptr tao_nil (void);
+ static CORBA::Boolean tao_marshal (
RTScheduling::ResourceManager_ptr p,
TAO_OutputCDR & cdr
);
@@ -1256,14 +1256,14 @@ namespace TAO
ACE_TEMPLATE_SPECIALIZATION
struct TAO_RTScheduler_Export Objref_Traits<RTScheduling::Scheduler>
{
- static RTScheduling::Scheduler_ptr duplicate (
+ static RTScheduling::Scheduler_ptr tao_duplicate (
RTScheduling::Scheduler_ptr
);
- static void release (
+ static void tao_release (
RTScheduling::Scheduler_ptr
);
- static RTScheduling::Scheduler_ptr nil (void);
- static CORBA::Boolean marshal (
+ static RTScheduling::Scheduler_ptr tao_nil (void);
+ static CORBA::Boolean tao_marshal (
RTScheduling::Scheduler_ptr p,
TAO_OutputCDR & cdr
);