summaryrefslogtreecommitdiff
path: root/TAO/tao/RTScheduling/Request_Interceptor.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-04-19 09:45:01 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-04-19 09:45:01 +0000
commitffb3a0eb1b420b865cdb0ca3330790327eda5c50 (patch)
tree95a7bfd2ae5dbe44cfe36766ed6f76097489cf4c /TAO/tao/RTScheduling/Request_Interceptor.cpp
parentc760501c5e5f95aae57d479dbe7000c77e45776c (diff)
downloadATCD-ffb3a0eb1b420b865cdb0ca3330790327eda5c50.tar.gz
ChangeLogTag: Wed Apr 19 07:44:49 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/RTScheduling/Request_Interceptor.cpp')
-rw-r--r--TAO/tao/RTScheduling/Request_Interceptor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/RTScheduling/Request_Interceptor.cpp b/TAO/tao/RTScheduling/Request_Interceptor.cpp
index d9cba461f36..d0a8fc4c313 100644
--- a/TAO/tao/RTScheduling/Request_Interceptor.cpp
+++ b/TAO/tao/RTScheduling/Request_Interceptor.cpp
@@ -319,7 +319,7 @@ Server_Interceptor::receive_request (PortableInterceptor::ServerRequestInfo_ptr
CORBA::Policy_ptr sched_param = 0;
CORBA::Policy_ptr implicit_sched_param = 0;
- TAO_RTScheduler_Current_i* new_current;
+ TAO_RTScheduler_Current_i* new_current = 0;
ACE_NEW_THROW_EX (new_current,
TAO_RTScheduler_Current_i (this->current_->orb (),
this->current_->dt_hash ()),
@@ -340,7 +340,7 @@ Server_Interceptor::receive_request (PortableInterceptor::ServerRequestInfo_ptr
sched_param,
implicit_sched_param);
- if (guid_var.in () == 0)
+ if (guid_var->length () == 0)
{
ACE_ERROR ((LM_ERROR,
"The scheduler MUST retreive and return the "