summaryrefslogtreecommitdiff
path: root/TAO/tao/TSS_Resources.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-10-13 19:43:32 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-10-13 19:43:32 +0000
commit336077cd73067e8cfeefc14074f9c62198fc7186 (patch)
treeb928fd09490d7706e5bd3def70b5d272e55cbef3 /TAO/tao/TSS_Resources.cpp
parentc22074fe072f679d4eb55f98954a7611efb2495d (diff)
downloadATCD-336077cd73067e8cfeefc14074f9c62198fc7186.tar.gz
ChangeLogTag:Thu Oct 13 12:26:47 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/TSS_Resources.cpp')
-rw-r--r--TAO/tao/TSS_Resources.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/TSS_Resources.cpp b/TAO/tao/TSS_Resources.cpp
index 30d2613eb2d..e80f9cab0cc 100644
--- a/TAO/tao/TSS_Resources.cpp
+++ b/TAO/tao/TSS_Resources.cpp
@@ -10,14 +10,14 @@ ACE_RCSID (tao,
TAO_TSS_Resources::TAO_TSS_Resources (void)
- : poa_current_impl_ (0)
+ : poa_current_impl_ (0)
, rtscheduler_current_impl_ (0)
, rtscheduler_previous_current_impl_ (0)
- , default_environment_ (&this->tss_environment_)
+ , default_environment_ (&tss_environment_)
#if (TAO_HAS_CORBA_MESSAGING == 1)
- , policy_current_ (&this->initial_policy_current_)
+ , policy_current_ (&initial_policy_current_)
#endif /* TAO_HAS_CORBA_MESSAGING == 1 */
, gui_resource_factory_ (0)
@@ -27,7 +27,7 @@ TAO_TSS_Resources::TAO_TSS_Resources (void)
TAO_TSS_Resources::~TAO_TSS_Resources (void)
{
- delete gui_resource_factory_;
+ delete this->gui_resource_factory_;
}
TAO_TSS_Resources *