diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-07-15 18:37:50 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-07-15 18:37:50 +0000 |
commit | 810f14540bf5082c85cc443ed4021d6697f8153e (patch) | |
tree | c5037f1b6c7f4c834f22ed593fa99b25160c6303 /TAO/tao/params.h | |
parent | bb3e467d487cee1dd99b78941ac06b7c7745866b (diff) | |
download | ATCD-810f14540bf5082c85cc443ed4021d6697f8153e.tar.gz |
Removed unused members. [Bug 55]
Diffstat (limited to 'TAO/tao/params.h')
-rw-r--r-- | TAO/tao/params.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/TAO/tao/params.h b/TAO/tao/params.h index f8c53bddbd1..e4afe07d0ad 100644 --- a/TAO/tao/params.h +++ b/TAO/tao/params.h @@ -155,21 +155,6 @@ public: void sock_sndbuf_size (int); // Set/Get the size to be used for a socket's send buffer. - int cdr_default_size (void) const; - void cdr_default_size (int); - // If the user does not specify the size of a CDR stream this is the - // size of its internal buffer. - - int cdr_max_exp_size (void) const; - void cdr_max_exp_size (int); - // CDR streams internal buffers grow exponentially until they reach - // this size. - - int cdr_linear_chunk (void) const; - void cdr_linear_chunk (int); - // After reaching their maximum exponential size limit CDR streams - // grow linearly in chunks of this size. - int cdr_memcpy_tradeoff (void) const; void cdr_memcpy_tradeoff (int); // Octet sequences are marshalled without doing any copies, we |