summaryrefslogtreecommitdiff
path: root/TAO/tao/PI_Server/POA_Current.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PI_Server/POA_Current.cpp')
-rw-r--r--TAO/tao/PI_Server/POA_Current.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PI_Server/POA_Current.cpp b/TAO/tao/PI_Server/POA_Current.cpp
index cf696518b9f..0a53d6802d9 100644
--- a/TAO/tao/PI_Server/POA_Current.cpp
+++ b/TAO/tao/PI_Server/POA_Current.cpp
@@ -63,14 +63,14 @@ namespace TAO
POA_Current::implementation (void)
{
return static_cast <POA_Current_Impl *>
- (TAO_TSS_RESOURCES::instance ()->poa_current_impl_);
+ (TAO_TSS_Resources::instance ()->poa_current_impl_);
}
POA_Current_Impl *
POA_Current::implementation (POA_Current_Impl *new_current)
{
TAO_TSS_Resources *tss =
- TAO_TSS_RESOURCES::instance ();
+ TAO_TSS_Resources::instance ();
POA_Current_Impl *old =
static_cast <POA_Current_Impl *>