summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_field.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-15 13:57:13 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-15 13:57:13 +0000
commit664504f68a629b77283c06006563f36cf00d50a7 (patch)
tree9eeb1d6687e5ea72bdfabc75d50d2c11a2bb0c6f /TAO/TAO_IDL/be/be_visitor_field.cpp
parentd4061342c1db7bc6fb693c441c52517523688451 (diff)
downloadATCD-664504f68a629b77283c06006563f36cf00d50a7.tar.gz
(be_visitor_field_cs::visit_sequence): made int return type explicit.
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_field.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_field.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_field.cpp b/TAO/TAO_IDL/be/be_visitor_field.cpp
index 4ac2699a730..655dfc073ca 100644
--- a/TAO/TAO_IDL/be/be_visitor_field.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_field.cpp
@@ -17,9 +17,9 @@
//
// ============================================================================
-#include "idl.h"
-#include "idl_extern.h"
-#include "be.h"
+#include "idl.h"
+#include "idl_extern.h"
+#include "be.h"
#include "be_visitor_field.h"
@@ -642,6 +642,7 @@ be_visitor_field_cs::visit_enum (be_enum *node)
return 0;
}
+int
be_visitor_field_cs::visit_sequence (be_sequence *node)
{
if (node->node_type () != AST_Decl::NT_typedef // not a typedef