summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/fe_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/fe_private.h')
-rw-r--r--TAO/TAO_IDL/include/fe_private.h16
1 files changed, 5 insertions, 11 deletions
diff --git a/TAO/TAO_IDL/include/fe_private.h b/TAO/TAO_IDL/include/fe_private.h
index 90f8e2edcf7..0c975ff65b2 100644
--- a/TAO/TAO_IDL/include/fe_private.h
+++ b/TAO/TAO_IDL/include/fe_private.h
@@ -67,15 +67,7 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#ifndef _FE_FE_HH
#define _FE_FE_HH
-// fe_private.hh - Defines data which is private to the FE but
-// which must be accessible throughout the FE
-
-// FE includes
-
-#include "fe_interface_header.h"// class FE_InterfaceHeader
-#include "fe_declarator.h" // class FE_Declarator
-
-// FE Operations
+#include "TAO_IDL_FE_Export.h"
// Define an entry for the C++ keyword and its mapping.
struct TAO_IDL_FE_Export TAO_IDL_CPP_Keyword_Entry
@@ -90,9 +82,11 @@ class TAO_IDL_FE_Export TAO_IDL_CPP_Keyword_Table
// Define a table that provides the lookup for the C++
// keyword. The lookup uses a perfect hash function
private:
- unsigned int hash (const char *str, unsigned int len);
+ unsigned int hash (const char *str,
+ unsigned int len);
public:
- const TAO_IDL_CPP_Keyword_Entry *lookup (const char *str, unsigned int len);
+ const TAO_IDL_CPP_Keyword_Entry *lookup (const char *str,
+ unsigned int len);
};
#endif /* _FE_FE_HH */