summaryrefslogtreecommitdiff
path: root/TAO/tao/PolicyFactory_Registry.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2000-11-15 00:29:15 +0000
committerbala <balanatarajan@users.noreply.github.com>2000-11-15 00:29:15 +0000
commitc0ddf10d808126ca0378c2e99941697e10908a2f (patch)
treed1424e0cb07342aef9592c359bb31df40e9d82b9 /TAO/tao/PolicyFactory_Registry.h
parentebd564ca39a019c5c72aca0e4f05ab06a449ed37 (diff)
downloadATCD-c0ddf10d808126ca0378c2e99941697e10908a2f.tar.gz
ChangeLogTag: Tue Nov 14 18:21:29 2000 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/PolicyFactory_Registry.h')
-rw-r--r--TAO/tao/PolicyFactory_Registry.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/TAO/tao/PolicyFactory_Registry.h b/TAO/tao/PolicyFactory_Registry.h
index 6fb89653cdd..4a09690b7c1 100644
--- a/TAO/tao/PolicyFactory_Registry.h
+++ b/TAO/tao/PolicyFactory_Registry.h
@@ -51,7 +51,7 @@ public:
public:
- TAO_PolicyFactory_Registry (TAO_ORB_Core *orb_core);
+ TAO_PolicyFactory_Registry (void);
///< Constructor
~TAO_PolicyFactory_Registry (void);
@@ -75,11 +75,6 @@ public:
private:
- TAO_ORB_Core *orb_core_;
- // @@ This should go away once the FT team is done switching to
- // policy factories. This attribute is only meant to ease that
- // transition.
-
TABLE factories_;
///< The table that maps policy type to policy factory.