summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor.h28
1 files changed, 5 insertions, 23 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor.h b/TAO/TAO_IDL/be_include/be_visitor.h
index 39603bc8270..0fa5aa13ab1 100644
--- a/TAO/TAO_IDL/be_include/be_visitor.h
+++ b/TAO/TAO_IDL/be_include/be_visitor.h
@@ -2,28 +2,8 @@
// $Id$
//
-/* -*- c++ -*- */
-// ============================================================================
-//
-// = LIBRARY
-// TAO IDL
-//
-// = FILENAME
-// be_visitor.h
-//
-// = DESCRIPTION
-// Extension of class AST_Interface that provides additional means for C++
-// mapping of an interface.
-//
-// = AUTHOR
-// Copyright 1994-1995 by Sun Microsystems, Inc.
-// and
-// Carlos O'Ryan, Aniruddha Gokhale
-//
-// ============================================================================
-
-#if !defined (TAO_BE_VISITOR_H)
-#define TAO_BE_VISITOR_H
+#ifndef _BE_VISITOR_H
+#define _BE_VISITOR_H
class be_decl;
class be_scope;
@@ -52,6 +32,8 @@ class be_typedef;
class be_root;
class be_native;
+class TAO_OutStream;
+
class be_visitor
{
//
@@ -117,4 +99,4 @@ protected:
// output stream
};
-#endif // TAO_BE_VISITOR_H
+#endif // _BE_VISITOR_H