summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_helper.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_helper.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/TAO/TAO_IDL/be_include/be_helper.h b/TAO/TAO_IDL/be_include/be_helper.h
index 3f6fef60936..1acdf87dbc5 100644
--- a/TAO/TAO_IDL/be_include/be_helper.h
+++ b/TAO/TAO_IDL/be_include/be_helper.h
@@ -28,12 +28,12 @@ class AST_Expression;
// and use the current indentation for the succeeding line
struct TAO_NL
{
- TAO_NL (void);
+ TAO_NL ();
};
struct TAO_NL_2
{
- TAO_NL_2 (void);
+ TAO_NL_2 ();
};
/**
@@ -123,9 +123,9 @@ public:
CIAO_AMI_RH_IMPL_SRC
};
- TAO_OutStream (void);
+ TAO_OutStream ();
- virtual ~TAO_OutStream (void);
+ virtual ~TAO_OutStream ();
/// Open the underlying low-level handle for output.
int open (const char *fname,
@@ -135,10 +135,10 @@ public:
void stream_type (TAO_OutStream::STREAM_TYPE);
/// Return the stream type
- TAO_OutStream::STREAM_TYPE stream_type (void);
+ TAO_OutStream::STREAM_TYPE stream_type ();
/// Return the underlying lowlevel file pointer.
- FILE *&file (void);
+ FILE *&file ();
/// Increment the indentation level and by default actually indent the output
/// accordingly
@@ -149,13 +149,13 @@ public:
int decr_indent (unsigned short flag = 1);
/// Reset indentation level to 0
- int reset (void);
+ int reset ();
/// Indent starting next line
- int indent (void);
+ int indent ();
/// Put a newline and indent on the next line
- int nl (void);
+ int nl ();
/// "printf" style variable argument print
int print (const char *format, ...)
@@ -167,7 +167,7 @@ public:
bool add_stream_type_suffix = true);
/// Generate an endif statement
- int gen_endif (void);
+ int gen_endif ();
// =overloaded operators
// Avoid duplication for the underlying type of size_t