summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor.cpp46
1 files changed, 22 insertions, 24 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor.cpp b/TAO/TAO_IDL/be/be_visitor.cpp
index a495ff7fa02..264d86a8980 100644
--- a/TAO/TAO_IDL/be/be_visitor.cpp
+++ b/TAO/TAO_IDL/be/be_visitor.cpp
@@ -1,20 +1,25 @@
+//
+// $Id$
+//
/* -*- c++ -*- */
-//=============================================================================
-/**
- * @file be_visitor.cpp
- *
- * $Id$
- *
- * Abstract class for back end visitors.
- *
- * = NOTES
- * This is not a pure abstract class
- *
- *
- * @author Aniruddha Gokhale and Carlos O'Ryan
- */
-//=============================================================================
-
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// be_visitor.h
+//
+// = DESCRIPTION
+// Abstract class for back end visitors.
+//
+// = NOTES
+// This is not a pure abstract class
+//
+// = AUTHOR
+// Aniruddha Gokhale and Carlos O'Ryan
+//
+// ============================================================================
#include "be_visitor.h"
@@ -28,8 +33,7 @@ be_visitor::~be_visitor (void)
{
}
-// All the visit methods. Concrete visitors will selectively
-// override each one.
+// all the visit methods. Concrete visitors will selectively override each one
int be_visitor::visit_decl (be_decl *)
{
return 0;
@@ -203,12 +207,6 @@ be_visitor::visit_factory (be_factory *)
}
int
-be_visitor::visit_finder (be_finder *)
-{
- return 0;
-}
-
-int
be_visitor::visit_structure (be_structure *)
{
return 0;