summaryrefslogtreecommitdiff
path: root/ACE/tests/CDR_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/CDR_Test.cpp')
-rw-r--r--ACE/tests/CDR_Test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/tests/CDR_Test.cpp b/ACE/tests/CDR_Test.cpp
index f07a7ea9928..283f5a9e1ae 100644
--- a/ACE/tests/CDR_Test.cpp
+++ b/ACE/tests/CDR_Test.cpp
@@ -28,7 +28,7 @@ static int nloops = 100;
struct CDR_Test_Types
{
- CDR_Test_Types (void);
+ CDR_Test_Types ();
ACE_CDR::Octet o;
ACE_CDR::Short s;
@@ -65,7 +65,7 @@ struct CDR_Test_Types
ACE_CDR::Short a[ARRAY_SIZE];
};
-CDR_Test_Types::CDR_Test_Types (void)
+CDR_Test_Types::CDR_Test_Types ()
: o (1),
s (2),
l (4),
@@ -95,7 +95,7 @@ CDR_Test_Types::CDR_Test_Types (void)
}
static int
-short_stream (void)
+short_stream ()
{
// counter
u_int i;