summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/ast/ast_factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_factory.cpp')
-rw-r--r--TAO/TAO_IDL/ast/ast_factory.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/ast/ast_factory.cpp b/TAO/TAO_IDL/ast/ast_factory.cpp
index c689d40e33d..3acfaa81337 100644
--- a/TAO/TAO_IDL/ast/ast_factory.cpp
+++ b/TAO/TAO_IDL/ast/ast_factory.cpp
@@ -75,8 +75,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "utl_err.h"
#include "utl_identifier.h"
-ACE_RCSID (ast,
- ast_factory,
+ACE_RCSID (ast,
+ ast_factory,
"$Id$")
AST_Factory::AST_Factory (void)
@@ -218,7 +218,7 @@ AST_Factory::fe_add_argument (AST_Argument *t)
// Dump this AST_Factory node (an OBV factory construct) to the ostream o.
void
-AST_Factory::dump (ostream &o)
+AST_Factory::dump (ACE_OSTREAM_TYPE &o)
{
AST_Decl *d = 0;