diff options
author | gokhale <asgokhale@users.noreply.github.com> | 1998-10-02 12:19:53 +0000 |
---|---|---|
committer | gokhale <asgokhale@users.noreply.github.com> | 1998-10-02 12:19:53 +0000 |
commit | f341c99b965284ef2729cb0ce477d05cc32d99f3 (patch) | |
tree | f1db29aa6ac8e9516a48fa7932a48d1eefb5ccaa /TAO/TAO_IDL | |
parent | d8081e9de98ecb34e59223c8056c2132a6606bd9 (diff) | |
download | ATCD-f341c99b965284ef2729cb0ce477d05cc32d99f3.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/TAO_IDL')
-rw-r--r-- | TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp b/TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp index 26a750b10d0..7cedab32c41 100644 --- a/TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp +++ b/TAO/TAO_IDL/be/be_visitor_operation/operation_ss.cpp @@ -480,6 +480,7 @@ be_interpretive_visitor_operation_ss::gen_demarshal_params (be_operation *node, be_type *bt) { TAO_OutStream *os = this->ctx_->stream (); + be_visitor *visitor; be_visitor_context ctx; // setup parameters for demarshaling and demarshal them |