summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/utl_err.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/utl_err.h')
-rw-r--r--TAO/TAO_IDL/include/utl_err.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/include/utl_err.h b/TAO/TAO_IDL/include/utl_err.h
index b80970dbe42..4fc0afe033e 100644
--- a/TAO/TAO_IDL/include/utl_err.h
+++ b/TAO/TAO_IDL/include/utl_err.h
@@ -245,7 +245,7 @@ public:
void version_syntax_error (const char *msg);
// Repost an attempt to reset the version.
- void version_reset_error (void);
+ void version_reset_error ();
// Report an attempt to change the id once set.
void id_reset_error (const char *o,
@@ -381,7 +381,7 @@ public:
// Report illegal infix operator error (they can be used
// only with integer, floating point or fixed point expressions.
- void illegal_infix (void);
+ void illegal_infix ();
// Report local type used in remote operation.
void local_remote_mismatch (AST_Decl *l,
@@ -411,7 +411,7 @@ public:
AST_Decl *loc);
// Error (default) or warning (set by command line option).
- void anonymous_type_diagnostic (void);
+ void anonymous_type_diagnostic ();
// Reference to an item in the scope of a template
// module was not via an alias.