summaryrefslogtreecommitdiff
path: root/TAO/tao/RTPortableServer/RT_Servant_Dispatcher.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-12-21 16:22:51 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-12-21 16:22:51 +0000
commitf265415c3810c6a56cf773ccd043dc68fb582c8f (patch)
treeeee19170e5f58bf65dc202ab435053999c20db70 /TAO/tao/RTPortableServer/RT_Servant_Dispatcher.cpp
parent0ab0da2bb30decf8585be6ad3855b213051f1d3c (diff)
downloadATCD-f265415c3810c6a56cf773ccd043dc68fb582c8f.tar.gz
ChangeLogTag: Wed Dec 21 16:19:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/RTPortableServer/RT_Servant_Dispatcher.cpp')
-rw-r--r--TAO/tao/RTPortableServer/RT_Servant_Dispatcher.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/RTPortableServer/RT_Servant_Dispatcher.cpp b/TAO/tao/RTPortableServer/RT_Servant_Dispatcher.cpp
index 1fc1b8bcba0..21711bf9157 100644
--- a/TAO/tao/RTPortableServer/RT_Servant_Dispatcher.cpp
+++ b/TAO/tao/RTPortableServer/RT_Servant_Dispatcher.cpp
@@ -1,3 +1,4 @@
+
#include "RT_Servant_Dispatcher.h"
#if defined (TAO_HAS_CORBA_MESSAGING) && TAO_HAS_CORBA_MESSAGING != 0
@@ -83,7 +84,7 @@ TAO_RT_Servant_Dispatcher::pre_invoke_remote_request (
TAO_Protocols_Hooks *tph =
poa.orb_core ().get_protocols_hooks ();
- const char *priority_model;
+ const char *priority_model = 0;
RTCORBA::Priority target_priority = TAO_INVALID_PRIORITY;
// NOT_SPECIFIED PriorityModel processing.