summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/nr_extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/nr_extern.h')
-rw-r--r--TAO/TAO_IDL/include/nr_extern.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/include/nr_extern.h b/TAO/TAO_IDL/include/nr_extern.h
index 84a0b599685..27e01d58edb 100644
--- a/TAO/TAO_IDL/include/nr_extern.h
+++ b/TAO/TAO_IDL/include/nr_extern.h
@@ -69,8 +69,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
// nr_extern.hh - Defines entry points provided by narrowing
-// Convert between an UTL_Scope and an AST_Decl.
-extern TAO_IDL_FE_Export AST_Decl *ScopeAsDecl (UTL_Scope *s);
-extern TAO_IDL_FE_Export UTL_Scope *DeclAsScope (AST_Decl *d);
+// Convert between an UTL_Scope and an AST_Decl
+extern AST_Decl *ScopeAsDecl(UTL_Scope *s);
+extern UTL_Scope *DeclAsScope(AST_Decl *d);
#endif // _NR_EXTERN_NR_EXTERN_HH