summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/ast/ast_native.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_native.cpp')
-rw-r--r--TAO/TAO_IDL/ast/ast_native.cpp16
1 files changed, 6 insertions, 10 deletions
diff --git a/TAO/TAO_IDL/ast/ast_native.cpp b/TAO/TAO_IDL/ast/ast_native.cpp
index d62ac7a5d38..cee1a59b5e1 100644
--- a/TAO/TAO_IDL/ast/ast_native.cpp
+++ b/TAO/TAO_IDL/ast/ast_native.cpp
@@ -1,26 +1,22 @@
// $Id$
+#include "ast_native.h"
+#include "ast_visitor.h"
-// AST_Native: New IDL type added by the POA spec
-
-#include "idl.h"
-#include "idl_extern.h"
-
-ACE_RCSID(ast, ast_native, "$Id$")
-
-// Constructor(s).
+ACE_RCSID (ast,
+ ast_native,
+ "$Id$")
AST_Native::AST_Native (void)
{
}
-AST_Native::AST_Native(UTL_ScopedName *n)
+AST_Native::AST_Native (UTL_ScopedName *n)
: AST_Decl (AST_Decl::NT_native,
n)
{
}
-// Destructor.
AST_Native::~AST_Native (void)
{
}