diff options
author | cleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-08-08 21:52:16 +0000 |
---|---|---|
committer | cleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-08-08 21:52:16 +0000 |
commit | 0c41f53d12f810c38d01c6db4e16bdb4037ab867 (patch) | |
tree | a5cb80a5ba3067b98404629ef328e3c97f848fac /TAO/tao/params.i | |
parent | 350bbf5f0974741cb079db9e68d5106a520fcd77 (diff) | |
download | ATCD-0c41f53d12f810c38d01c6db4e16bdb4037ab867.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.i | 4 |
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_; |