summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_native.cpp~
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_native.cpp~')
-rw-r--r--TAO/TAO_IDL/be/be_native.cpp~39
1 files changed, 0 insertions, 39 deletions
diff --git a/TAO/TAO_IDL/be/be_native.cpp~ b/TAO/TAO_IDL/be/be_native.cpp~
deleted file mode 100644
index d8c35056eed..00000000000
--- a/TAO/TAO_IDL/be/be_native.cpp~
+++ /dev/null
@@ -1,39 +0,0 @@
-// Id
-// ============================================================================
-//
-// = LIBRARY
-// TAO IDL
-//
-// = FILENAME
-// be_native.cpp
-//
-// = DESCRIPTION
-// The native IDL type
-//
-// = AUTHOR
-// Aniruddha Gokhale
-//
-// ============================================================================
-
-#include "idl.h"
-#include "idl_extern.h"
-#include "be.h"
-
-
-// be_native: New IDL type added by the POA spec
-/*
- * Constructor(s)
- */
-be_native::be_native (void)
-{
-}
-
-be_native::be_native (UTL_ScopedName *n,
- UTL_StrList *p)
- : AST_Decl (AST_Decl::NT_native, n, p)
-{
-}
-
-// Narrowing
-IMPL_NARROW_METHODS1(be_native, AST_Native)
-IMPL_NARROW_FROM_DECL(be_native)