summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service/IFR_Service.h
diff options
context:
space:
mode:
Diffstat (limited to '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_;
};