summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include')
-rw-r--r--TAO/TAO_IDL/include/fe_utils.h31
-rw-r--r--TAO/TAO_IDL/include/utl_err.h2
2 files changed, 1 insertions, 32 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);
diff --git a/TAO/TAO_IDL/include/utl_err.h b/TAO/TAO_IDL/include/utl_err.h
index 2a2ef3c91f0..8378849cc88 100644
--- a/TAO/TAO_IDL/include/utl_err.h
+++ b/TAO/TAO_IDL/include/utl_err.h
@@ -147,7 +147,7 @@ public:
EIDL_MISMATCHED_T_PARAM, // Between defined & referenced template interfaces
EIDL_DUPLICATE_T_PARAM, // A template interface's param ids must be unique
EIDL_T_ARG_LENGTH, // Wrong # of template args
- EIDL_MISMATCHED_SEQ_PARAM, // 'sequence<T> must match a previous param
+ EIDL_MISMATCHED_SEQ_PARAM, // 'sequence<T>' must match a previous param
EIDL_OK // No error
};