summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Regular_POA.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-04 18:58:07 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-04 18:58:07 +0000
commitd2c501f4e06a6a6fe1b1df647003efcae33e5ad4 (patch)
tree1fa9e868cb01b5ae09333602eb5142092453af0c /TAO/tao/PortableServer/Regular_POA.cpp
parentf093d7dce0fa8985fc8eaeafdd4004c4805fc260 (diff)
downloadATCD-d2c501f4e06a6a6fe1b1df647003efcae33e5ad4.tar.gz
Sun Feb 4 18:51:14 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/PortableServer/Regular_POA.cpp')
-rw-r--r--TAO/tao/PortableServer/Regular_POA.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/Regular_POA.cpp b/TAO/tao/PortableServer/Regular_POA.cpp
index 336bf44a057..332cbb25d69 100644
--- a/TAO/tao/PortableServer/Regular_POA.cpp
+++ b/TAO/tao/PortableServer/Regular_POA.cpp
@@ -42,7 +42,7 @@ TAO_Regular_POA::remove_from_parent_i (void)
// Remove POA from the parent
if (this->parent_ != 0)
{
- int result = this->parent_->delete_child (this->name_);
+ int const result = this->parent_->delete_child (this->name_);
if (result != 0)
{
throw ::CORBA::OBJ_ADAPTER ();