diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-02 18:40:49 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-02 18:40:49 +0000 |
commit | b4974e9cfde0b24f8604107b6f7936a5cc8e1576 (patch) | |
tree | f4e855aa7e4080434d02518fd7ae6703d2a2a80a /TAO/tao/params.h | |
parent | 62a5228c58ec2e6deb550efbc3c23c012b64c457 (diff) | |
download | ATCD-b4974e9cfde0b24f8604107b6f7936a5cc8e1576.tar.gz |
ChangeLogTag:Wed Jun 2 13:18:38 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/params.h')
-rw-r--r-- | TAO/tao/params.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/TAO/tao/params.h b/TAO/tao/params.h index cdf75d9b6cd..34f7fe5d4a8 100644 --- a/TAO/tao/params.h +++ b/TAO/tao/params.h @@ -214,14 +214,6 @@ private: // For selecting a address notation }; -enum TAO_Demux_Strategy -{ - TAO_LINEAR, - TAO_DYNAMIC_HASH, - TAO_ACTIVE_DEMUX, - TAO_USER_DEFINED -}; - #if defined (__ACE_INLINE__) # include "tao/params.i" #endif /* __ACE_INLINE__ */ |