summaryrefslogtreecommitdiff
path: root/ACE/ace/TLI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/TLI.cpp')
-rw-r--r--ACE/ace/TLI.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/TLI.cpp b/ACE/ace/TLI.cpp
index 72489c64a30..cdfa1db8514 100644
--- a/ACE/ace/TLI.cpp
+++ b/ACE/ace/TLI.cpp
@@ -27,7 +27,7 @@ ACE_TLI::dump () const
#endif /* ACE_HAS_DUMP */
}
-ACE_TLI::ACE_TLI (void)
+ACE_TLI::ACE_TLI ()
{
ACE_TRACE ("ACE_TLI::ACE_TLI");
#if defined (ACE_HAS_SVR4_TLI)
@@ -62,7 +62,7 @@ ACE_TLI::open (const char device[], int oflag, struct t_info *info)
return this->get_handle ();
}
-ACE_TLI::~ACE_TLI (void)
+ACE_TLI::~ACE_TLI ()
{
ACE_TRACE ("ACE_TLI::~ACE_TLI");
#if defined (ACE_HAS_SVR4_TLI)
@@ -101,7 +101,7 @@ ACE_TLI::get_local_addr (ACE_Addr &sa) const
}
int
-ACE_TLI::close (void)
+ACE_TLI::close ()
{
ACE_TRACE ("ACE_TLI::close");
int result = 0; // Geisler: result must be int