summaryrefslogtreecommitdiff
path: root/TAO/tao/decode.cpp
diff options
context:
space:
mode:
authorgokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-28 16:59:42 +0000
committergokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-28 16:59:42 +0000
commita8395f9c4152f88f56ceba61d52652b87b2bf49c (patch)
treed0d1c92682413ae3b10d58450aa502915f2b09dc /TAO/tao/decode.cpp
parent83205bfc4ebe3f4953ee7609e43358154e49fd8f (diff)
downloadATCD-a8395f9c4152f88f56ceba61d52652b87b2bf49c.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/decode.cpp')
-rw-r--r--TAO/tao/decode.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tao/decode.cpp b/TAO/tao/decode.cpp
index 538bcdfc49c..4f0312507b8 100644
--- a/TAO/tao/decode.cpp
+++ b/TAO/tao/decode.cpp
@@ -763,8 +763,6 @@ TAO_Marshal_Struct::decode (CORBA::TypeCode_ptr tc,
break;
case CORBA::tk_TypeCode:
case CORBA::tk_objref:
- retval = stream->decode (param, &data, 0, env);
- break;
case CORBA::tk_any:
case CORBA::tk_Principal:
case CORBA::tk_struct:
@@ -1109,7 +1107,7 @@ TAO_Marshal_Sequence::decode (CORBA::TypeCode_ptr tc,
}
// In any case the sequence length is changed.
seq->length_ = bounds;
-
+
value = (char *) seq->buffer_;