summaryrefslogtreecommitdiff
path: root/TAO/examples
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-09-06 05:48:20 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-09-06 05:48:20 +0000
commita0dd50b2ce7ddc9bdea59f5a4891875c45b44117 (patch)
treefa86b02f8f5e189010a7f1e56734b85c9d4312ac /TAO/examples
parent69caaf537825ede27be721c7dcdb970329b39618 (diff)
downloadATCD-a0dd50b2ce7ddc9bdea59f5a4891875c45b44117.tar.gz
ChangeLogTag:Sun Sep 5 22:46:13 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/examples')
-rw-r--r--TAO/examples/RTScheduling/MIF_SchedulingC.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/examples/RTScheduling/MIF_SchedulingC.h b/TAO/examples/RTScheduling/MIF_SchedulingC.h
index e761017eb5f..fd67d8171a8 100644
--- a/TAO/examples/RTScheduling/MIF_SchedulingC.h
+++ b/TAO/examples/RTScheduling/MIF_SchedulingC.h
@@ -320,14 +320,14 @@ namespace TAO
ACE_TEMPLATE_SPECIALIZATION
struct Objref_Traits<MIF_Scheduling::MIF_Scheduler>
{
- static MIF_Scheduling::MIF_Scheduler_ptr tao_duplicate (
+ static MIF_Scheduling::MIF_Scheduler_ptr duplicate (
MIF_Scheduling::MIF_Scheduler_ptr
);
- static void tao_release (
+ static void release (
MIF_Scheduling::MIF_Scheduler_ptr
);
- static MIF_Scheduling::MIF_Scheduler_ptr tao_nil (void);
- static CORBA::Boolean tao_marshal (
+ static MIF_Scheduling::MIF_Scheduler_ptr nil (void);
+ static CORBA::Boolean marshal (
MIF_Scheduling::MIF_Scheduler_ptr p,
TAO_OutputCDR & cdr
);