summaryrefslogtreecommitdiff
path: root/TAO/examples/RTScheduling/MIF_SchedulingC.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/RTScheduling/MIF_SchedulingC.h')
-rw-r--r--TAO/examples/RTScheduling/MIF_SchedulingC.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/TAO/examples/RTScheduling/MIF_SchedulingC.h b/TAO/examples/RTScheduling/MIF_SchedulingC.h
index fd67d8171a8..11e0aeb9d27 100644
--- a/TAO/examples/RTScheduling/MIF_SchedulingC.h
+++ b/TAO/examples/RTScheduling/MIF_SchedulingC.h
@@ -299,14 +299,14 @@ namespace TAO
ACE_TEMPLATE_SPECIALIZATION
struct Objref_Traits<MIF_Scheduling::SegmentSchedulingParameterPolicy>
{
- static MIF_Scheduling::SegmentSchedulingParameterPolicy_ptr duplicate (
+ static MIF_Scheduling::SegmentSchedulingParameterPolicy_ptr tao_duplicate (
MIF_Scheduling::SegmentSchedulingParameterPolicy_ptr
);
- static void release (
+ static void tao_release (
MIF_Scheduling::SegmentSchedulingParameterPolicy_ptr
);
- static MIF_Scheduling::SegmentSchedulingParameterPolicy_ptr nil (void);
- static CORBA::Boolean marshal (
+ static MIF_Scheduling::SegmentSchedulingParameterPolicy_ptr tao_nil (void);
+ static CORBA::Boolean tao_marshal (
MIF_Scheduling::SegmentSchedulingParameterPolicy_ptr p,
TAO_OutputCDR & cdr
);
@@ -320,14 +320,14 @@ namespace TAO
ACE_TEMPLATE_SPECIALIZATION
struct Objref_Traits<MIF_Scheduling::MIF_Scheduler>
{
- static MIF_Scheduling::MIF_Scheduler_ptr duplicate (
+ static MIF_Scheduling::MIF_Scheduler_ptr tao_duplicate (
MIF_Scheduling::MIF_Scheduler_ptr
);
- static void release (
+ static void tao_release (
MIF_Scheduling::MIF_Scheduler_ptr
);
- static MIF_Scheduling::MIF_Scheduler_ptr nil (void);
- static CORBA::Boolean marshal (
+ static MIF_Scheduling::MIF_Scheduler_ptr tao_nil (void);
+ static CORBA::Boolean tao_marshal (
MIF_Scheduling::MIF_Scheduler_ptr p,
TAO_OutputCDR & cdr
);
@@ -376,3 +376,4 @@ namespace TAO
#endif /* __BORLANDC__ */
#endif /* ifndef */
+