summaryrefslogtreecommitdiff
path: root/TAO/tao/params.i
diff options
context:
space:
mode:
authorChris Cleeland <chris.cleeland@gmail.com>1997-08-08 21:52:16 +0000
committerChris Cleeland <chris.cleeland@gmail.com>1997-08-08 21:52:16 +0000
commitee35246bbf23e5bee551ef7c21c5294233ca29ff (patch)
treea5cb80a5ba3067b98404629ef328e3c97f848fac /TAO/tao/params.i
parent06e4dabf7dd1144d7a6ed11ca05a1325160ed84a (diff)
downloadATCD-ee35246bbf23e5bee551ef7c21c5294233ca29ff.tar.gz
Checkpoint commit of service config stuff. Hasn't even been compiled,
so don't count on it working!
Diffstat (limited to 'TAO/tao/params.i')
-rw-r--r--TAO/tao/params.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/params.i b/TAO/tao/params.i
index 2def6c914eb..de0a8bb3fe7 100644
--- a/TAO/tao/params.i
+++ b/TAO/tao/params.i
@@ -94,12 +94,12 @@ TAO_OA_Parameters::addr (void)
}
ACE_INLINE void
-TAO_OA_Parameters::demux_strategy (DEMUX_STRATEGY strategy)
+TAO_OA_Parameters::demux_strategy (TAO_Demux_Strategy strategy)
{
this->demux_ = strategy; // Trust that the value is valid!
}
-ACE_INLINE TAO_OA_Parameters::DEMUX_STRATEGY
+ACE_INLINE TAO_OA_Parameters::TAO_Demux_Strategy
TAO_OA_Parameters::demux_strategy (void)
{
return this->demux_;