summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/fe_utils.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-12-22 17:13:29 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-12-22 17:13:29 +0000
commit76a55d6844f8de5394e4da505871b97a4db97540 (patch)
tree45d4fb8c619e3463d162d1c47523ce8786269a66 /TAO/TAO_IDL/include/fe_utils.h
parent7ad719e4a332b844813f62f7f1122899b722a30f (diff)
downloadATCD-76a55d6844f8de5394e4da505871b97a4db97540.tar.gz
ChangeLogTag: Tue Dec 22 17:06:08 UTC 2009 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL/include/fe_utils.h')
-rw-r--r--TAO/TAO_IDL/include/fe_utils.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/TAO/TAO_IDL/include/fe_utils.h b/TAO/TAO_IDL/include/fe_utils.h
index c04ef286dde..274627acbf5 100644
--- a/TAO/TAO_IDL/include/fe_utils.h
+++ b/TAO/TAO_IDL/include/fe_utils.h
@@ -32,37 +32,6 @@ struct TAO_IDL_FE_Export FE_Utils
static bool duplicate_param_id (T_PARAMLIST_INFO *params);
- struct T_Ref_Info
- {
- UTL_ScopedName *name_;
- UTL_StrList *params_;
-
- T_Ref_Info (void);
- T_Ref_Info (UTL_ScopedName *n, UTL_StrList *strs);
-
- void destroy (void);
- };
-
- typedef ACE_Unbounded_Queue<T_Ref_Info> T_REFLIST_INFO;
-
- struct T_Port_Info
- {
- ACE_CString name_;
- AST_PortType *type_;
-
- T_Port_Info (const char *name, AST_PortType *type);
- };
-
- struct T_Inst_Info
- {
- UTL_ScopedName *name_;
- UTL_NameList *args_;
-
- T_Inst_Info (UTL_ScopedName *n, UTL_NameList *args);
-
- void destroy (void);
- };
-
struct T_ARGLIST : ACE_Unbounded_Queue<AST_Decl *>
{
void destroy (void);