summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Core.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-10-10 13:12:33 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-10-10 13:12:33 +0000
commit2d8a2c272c3f7910ea3948fa82ef276a039fe258 (patch)
treebafd3d6de4894942f8911e5aefc2693e0b0c1472 /TAO/tao/ORB_Core.cpp
parent982cf3b848ae890b222709c7f525121ed89ef42b (diff)
downloadATCD-2d8a2c272c3f7910ea3948fa82ef276a039fe258.tar.gz
ChangeLogTag: Mon Oct 10 13:08:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/ORB_Core.cpp')
-rw-r--r--TAO/tao/ORB_Core.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/ORB_Core.cpp b/TAO/tao/ORB_Core.cpp
index 5ea5a4a0a42..bddc94a3ea3 100644
--- a/TAO/tao/ORB_Core.cpp
+++ b/TAO/tao/ORB_Core.cpp
@@ -313,8 +313,8 @@ TAO_ORB_Core::init (int &argc, char *argv[] ACE_ENV_ARG_DECL)
// @@ should be a default defined for each protocol implementation?
// since we may have protocols loaded which use shared memory of
// some form, fredk
- long rcv_sock_size = -1;
- long snd_sock_size = -1;
+ int rcv_sock_size = -1;
+ int snd_sock_size = -1;
// Use TCP_NODELAY.
int nodelay = 1;