summaryrefslogtreecommitdiff
path: root/TAO/tao/params.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-16 18:54:39 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-16 18:54:39 +0000
commit14cff64f3a41ef1cce7c8d07ccdc9528c7e73d1a (patch)
treecf53768f8e9317e92e66c7be16b62891ccac4815 /TAO/tao/params.h
parente51367e839d2bffab3c31a21d2972c56ae32166a (diff)
downloadATCD-14cff64f3a41ef1cce7c8d07ccdc9528c7e73d1a.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/params.h')
-rw-r--r--TAO/tao/params.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tao/params.h b/TAO/tao/params.h
index 7b8934b78f5..910aa6521b1 100644
--- a/TAO/tao/params.h
+++ b/TAO/tao/params.h
@@ -164,14 +164,13 @@ private:
// For selecting a address notation
};
-typedef enum
+enum TAO_Demux_Strategy
{
- TAO_NONE,
TAO_LINEAR,
TAO_DYNAMIC_HASH,
TAO_ACTIVE_DEMUX,
TAO_USER_DEFINED
-} TAO_Demux_Strategy;
+};
class TAO_Export TAO_OA_Parameters
// = TITLE