summaryrefslogtreecommitdiff
path: root/TAO/examples
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-04-09 07:09:32 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-04-09 07:09:32 +0000
commit4dc978de741d54e9d2d4dd84d6ad94cb0843e0a1 (patch)
tree01e282d48d2c6574fb3809dea1d4df4e600198d9 /TAO/examples
parent89c2b5dbb45685f4faf77fd8f6b65008299d6779 (diff)
downloadATCD-4dc978de741d54e9d2d4dd84d6ad94cb0843e0a1.tar.gz
ChangeLogTag:Sat Apr 9 00:02:16 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/examples')
-rw-r--r--TAO/examples/RTScheduling/Fixed_Priority_Scheduler/FP_Scheduler.cpp2
-rw-r--r--TAO/examples/RTScheduling/MIF_Scheduler/MIF_Scheduler.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/FP_Scheduler.cpp b/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/FP_Scheduler.cpp
index 4aa5eb0180d..ff32732b90d 100644
--- a/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/FP_Scheduler.cpp
+++ b/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/FP_Scheduler.cpp
@@ -32,7 +32,7 @@ Segment_Sched_Param_Policy::copy (ACE_ENV_SINGLE_ARG_DECL)
CORBA::NO_MEMORY ());
ACE_CHECK_RETURN (CORBA::Policy::_nil ());
- copy->value (this->value_ ACE_ENV_ARG_PARAMETER)
+ copy->value (this->value_ ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA::Policy::_nil ());
return copy;
diff --git a/TAO/examples/RTScheduling/MIF_Scheduler/MIF_Scheduler.cpp b/TAO/examples/RTScheduling/MIF_Scheduler/MIF_Scheduler.cpp
index dd80febcece..cd38bc9603f 100644
--- a/TAO/examples/RTScheduling/MIF_Scheduler/MIF_Scheduler.cpp
+++ b/TAO/examples/RTScheduling/MIF_Scheduler/MIF_Scheduler.cpp
@@ -55,7 +55,7 @@ Segment_Sched_Param_Policy::copy (ACE_ENV_SINGLE_ARG_DECL)
CORBA::NO_MEMORY ());
ACE_CHECK_RETURN (CORBA::Policy::_nil ());
- copy->importance (this->importance_ ACE_ENV_ARG_PARAMETER)
+ copy->importance (this->importance_ ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (CORBA::Policy::_nil ());
return copy;