summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_component.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_component.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_component.h33
1 files changed, 20 insertions, 13 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_component.h b/TAO/TAO_IDL/be_include/be_visitor_component.h
index 61ca769d3c9..92a14b88dfe 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_component.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_component.h
@@ -1,18 +1,23 @@
/* -*- c++ -*- */
+//
+// $Id$
+//
-//=============================================================================
-/**
- * @file be_visitor_component.h
- *
- * $Id$
- *
- * Concrete visitors for the Component class
- *
- *
- * @author Jeff Parsons
- */
-//=============================================================================
-
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// be_visitor_component.h
+//
+// = DESCRIPTION
+// Concrete visitors for the Component class
+//
+// = AUTHOR
+// Jeff Parsons
+//
+// ============================================================================
#ifndef TAO_BE_VISITOR_COMPONENT_H
#define TAO_BE_VISITOR_COMPONENT_H
@@ -27,6 +32,8 @@
#include "be_visitor_component/component_sh.h"
#include "be_visitor_component/component_si.h"
#include "be_visitor_component/component_ss.h"
+#include "be_visitor_component/component_ih.h"
+#include "be_visitor_component/component_is.h"
#include "be_visitor_component/component_svh.h"
#include "be_visitor_component/facet_svh.h"
#include "be_visitor_component/context_svh.h"