summaryrefslogtreecommitdiff
path: root/ACE/ASNMP/tests/Integer_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ASNMP/tests/Integer_Test.cpp')
-rw-r--r--ACE/ASNMP/tests/Integer_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ASNMP/tests/Integer_Test.cpp b/ACE/ASNMP/tests/Integer_Test.cpp
index b9d3e3c0f74..5660735c5c1 100644
--- a/ACE/ASNMP/tests/Integer_Test.cpp
+++ b/ACE/ASNMP/tests/Integer_Test.cpp
@@ -46,7 +46,7 @@ static unsigned short si = 32768;
#endif /*ACE_WIN32*/
/*
- SnmpInt32( void);
+ SnmpInt32();
SnmpInt32 (const long i);
SnmpInt32 (const SnmpInt32 &c);
virtual ~SnmpInt32();
@@ -112,7 +112,7 @@ static void TestInteger32()
}
/*
- SnmpUInt32( void);
+ SnmpUInt32();
SnmpUInt32 (const unsigned long i);
SnmpUInt32( const SnmpUInt32 &c);
virtual ~SnmpUInt32();