summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_root.h
diff options
context:
space:
mode:
authorgokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-12 23:51:55 +0000
committergokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-12 23:51:55 +0000
commit51aba460b8e4e15363b6c804567ce6ade5dbb103 (patch)
treef477e8b8a91c47cd224a54a5f173a808704bd17e /TAO/TAO_IDL/be_include/be_root.h
parent2aacb30c314e8bf2bed23431fc606fee418a91d6 (diff)
downloadATCD-51aba460b8e4e15363b6c804567ce6ade5dbb103.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_root.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_root.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/TAO_IDL/be_include/be_root.h b/TAO/TAO_IDL/be_include/be_root.h
index 9cbe9c8d96d..43e979c4722 100644
--- a/TAO/TAO_IDL/be_include/be_root.h
+++ b/TAO/TAO_IDL/be_include/be_root.h
@@ -3,7 +3,7 @@
//
// = LIBRARY
// TAO IDL
-//
+//
// = FILENAME
// be_root.h
//
@@ -12,15 +12,15 @@
//
// = AUTHOR
// Copyright 1994-1995 by Sun Microsystems, Inc.
-// and
+// and
// Aniruddha Gokhale
-//
+//
// ============================================================================
#if !defined (TAO_BE_ROOT_H)
#define TAO_BE_ROOT_H
-class be_root : public virtual AST_Root,
+class be_root : public virtual AST_Root,
public virtual be_scope,
public virtual be_decl
{
@@ -41,13 +41,13 @@ public:
// generates the IDL to C++ mapping
virtual int gen_client_header (void);
- // Generates the client-side header information for the root
+ // Generates the client-side header information for the root
virtual int gen_client_stubs (void);
// Generates the client-side stubs for the root
virtual int gen_server_header (void);
- // Generates the server-side header information for the root
+ // Generates the server-side header information for the root
virtual int gen_server_skeletons (void);
// Generates the server-side skeletons for the root