diff options
author | fhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-06-12 18:58:44 +0000 |
---|---|---|
committer | fhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-06-12 18:58:44 +0000 |
commit | 8d40b91422e328d03a0cda9dc91a9cb92458aa52 (patch) | |
tree | 468291519f5de84e2d73520262cff279db26aa67 /TAO/tao/Resource_Factory.h | |
parent | 0d2e3d69b72f8f9dad3402500a1b77d4a579c43a (diff) | |
download | ATCD-8d40b91422e328d03a0cda9dc91a9cb92458aa52.tar.gz |
Tue Jun 12 13:30:02 2001 Frank Hunleth <fhunleth@cs.wustl.edu>, Angelo Corsaro <corsaro@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Resource_Factory.h')
-rw-r--r-- | TAO/tao/Resource_Factory.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tao/Resource_Factory.h b/TAO/tao/Resource_Factory.h index 4e798f58fcc..dc52a868ecb 100644 --- a/TAO/tao/Resource_Factory.h +++ b/TAO/tao/Resource_Factory.h @@ -30,7 +30,6 @@ class TAO_Acceptor_Registry; class TAO_Connector_Registry; class TAO_Reactor_Registry; -class TAO_Priority_Mapping; class TAO_Flushing_Strategy; class TAO_Connection_Purging_Strategy; @@ -184,9 +183,6 @@ public: /// cache. virtual int purge_percentage (void) const; - /// Configure the priority mapping for the ORB - virtual TAO_Priority_Mapping *get_priority_mapping (void); - virtual int get_parser_names (char **&names, int &number_of_names); |