summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2016-09-15 16:00:08 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2016-09-15 16:00:08 +0200
commit87671627d5de5ed9c4a5dd06c4e1f7710ecba9eb (patch)
tree38cc830f7a3af30cb15a6a4c46258be04ac7536c
parentcdf54724dea3807bfd5ed0773b11838048c2cf3a (diff)
downloadATCD-87671627d5de5ed9c4a5dd06c4e1f7710ecba9eb.tar.gz
Removed not needed variable
* TAO/orbsvcs/IFR_Service/IFR_Service.h:
-rw-r--r--TAO/orbsvcs/IFR_Service/IFR_Service.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/orbsvcs/IFR_Service/IFR_Service.h b/TAO/orbsvcs/IFR_Service/IFR_Service.h
index 489a9e83f03..6e3d62ee102 100644
--- a/TAO/orbsvcs/IFR_Service/IFR_Service.h
+++ b/TAO/orbsvcs/IFR_Service/IFR_Service.h
@@ -49,13 +49,9 @@ public:
void shutdown (void);
protected:
-
/// Reference to our ORB.
CORBA::ORB_var orb_;
- /// Root POA reference.
- PortableServer::POA_var root_poa_;
-
/// IFR Server instance.
TAO_IFR_Server my_ifr_server_;
};