summaryrefslogtreecommitdiff
path: root/CIAO/tools/IDL3_to_IDL2/be_sunsoft.h
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tools/IDL3_to_IDL2/be_sunsoft.h')
-rw-r--r--CIAO/tools/IDL3_to_IDL2/be_sunsoft.h40
1 files changed, 0 insertions, 40 deletions
diff --git a/CIAO/tools/IDL3_to_IDL2/be_sunsoft.h b/CIAO/tools/IDL3_to_IDL2/be_sunsoft.h
deleted file mode 100644
index 7e52a9de42d..00000000000
--- a/CIAO/tools/IDL3_to_IDL2/be_sunsoft.h
+++ /dev/null
@@ -1,40 +0,0 @@
-/* -*- c++ -*- */
-
-//=============================================================================
-/**
- * @file be_sunsoft.h
- *
- * SunSoft specific backend output generation
- *
- * @author Aniruddha Gokhale
- */
-//=============================================================================
-
-
-#ifndef TAO_BE_HELPER_H
-#define TAO_BE_HELPER_H
-
-#include "be_helper.h"
-
-/**
- * @class TAO_SunSoft_OutStream
- *
- * Backend specific to SunSoft AST nodes
- */
-class TAO_IDL3_TO_IDL2_BE_Export TAO_SunSoft_OutStream : public TAO_OutStream
-{
-public:
- /// constructor
- TAO_SunSoft_OutStream (void);
-
- /// destuctor
- ~TAO_SunSoft_OutStream (void);
-
- /// output the SunSoft IDL Identifier Node
- virtual TAO_OutStream &print (Identifier *id);
-
- /// output the contents of the AST_Expression node
- virtual TAO_OutStream &print (AST_Expression *expr);
-};
-
-#endif // if !defined