summaryrefslogtreecommitdiff
path: root/TAO/tao/skip.cpp
diff options
context:
space:
mode:
authorgokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-24 21:08:36 +0000
committergokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-24 21:08:36 +0000
commit8897ebc0c60018fb86b716ec271aff1b396c58d3 (patch)
tree0b745cfc3326a3eb8fb06e6753ea855d30569310 /TAO/tao/skip.cpp
parentbeb509e19150e250bcea808acec968ff37d39bc0 (diff)
downloadATCD-8897ebc0c60018fb86b716ec271aff1b396c58d3.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/skip.cpp')
-rw-r--r--TAO/tao/skip.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/tao/skip.cpp b/TAO/tao/skip.cpp
index 8bb1892fe62..18e6eec54b7 100644
--- a/TAO/tao/skip.cpp
+++ b/TAO/tao/skip.cpp
@@ -509,8 +509,10 @@ TAO_Marshal_Union::skip (CORBA::TypeCode_ptr tc,
// save a handle to the typecode for the default
default_tc = member_tc;
if (discrim_matched)
- // marshal according to the matched typecode
- return stream->skip (member_tc, env);
+ {
+ // marshal according to the matched typecode
+ return stream->skip (member_tc, env);
+ }
}
else
{