summaryrefslogtreecommitdiff
path: root/TAO/examples
diff options
context:
space:
mode:
authorvenkita <venkita@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-23 05:05:22 +0000
committervenkita <venkita@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-23 05:05:22 +0000
commit4549e7eff572b87569a37960d6fe95a1ec9af8db (patch)
tree1e89cb875aa065d6233c40cdf05b5179f3649f47 /TAO/examples
parentbc56deb2bc983da30437b49742320d571e284252 (diff)
downloadATCD-4549e7eff572b87569a37960d6fe95a1ec9af8db.tar.gz
ChangeLogTag: Sat Dec 22 23:03:25 2001 Venkita Subramonian <venkita@cs.wustl.edu>
Diffstat (limited to 'TAO/examples')
-rw-r--r--TAO/examples/RTCORBA/Activity/Activity.cpp2
-rw-r--r--TAO/examples/RTCORBA/Activity/Job_i.cpp5
2 files changed, 2 insertions, 5 deletions
diff --git a/TAO/examples/RTCORBA/Activity/Activity.cpp b/TAO/examples/RTCORBA/Activity/Activity.cpp
index f2599260fdf..bc6efbc0efe 100644
--- a/TAO/examples/RTCORBA/Activity/Activity.cpp
+++ b/TAO/examples/RTCORBA/Activity/Activity.cpp
@@ -119,7 +119,7 @@ Activity::init (int& argc, char *argv []
}
int
-Activity::resolve_naming_service (TAO_ENV_ARG_DECL)
+Activity::resolve_naming_service (TAO_ENV_SINGLE_ARG_DECL)
{
CORBA::Object_var naming_obj =
this->orb_->resolve_initial_references ("NameService"
diff --git a/TAO/examples/RTCORBA/Activity/Job_i.cpp b/TAO/examples/RTCORBA/Activity/Job_i.cpp
index 26fd9bb22da..dd9cb6a1056 100644
--- a/TAO/examples/RTCORBA/Activity/Job_i.cpp
+++ b/TAO/examples/RTCORBA/Activity/Job_i.cpp
@@ -52,11 +52,8 @@ Job_i::work (CORBA::ULong work TAO_ENV_ARG_DECL_NOT_USED)
}
void
-Job_i::shutdown (TAO_ENV_ARG_DECL_NOT_USED)
+Job_i::shutdown (TAO_ENV_SINGLE_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException))
{
ACTIVITY::instance()->job_ended (this);
}
-
-
-