summaryrefslogtreecommitdiff
path: root/sal/qa/osl/socket/osl_Socket.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/qa/osl/socket/osl_Socket.cxx')
-rw-r--r--sal/qa/osl/socket/osl_Socket.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/qa/osl/socket/osl_Socket.cxx b/sal/qa/osl/socket/osl_Socket.cxx
index 94eed88daa98..2c9e1ff58f98 100644
--- a/sal/qa/osl/socket/osl_Socket.cxx
+++ b/sal/qa/osl/socket/osl_Socket.cxx
@@ -128,7 +128,7 @@ inline void printUString( const ::rtl::OUString & str, const sal_Char * msg = ""
mindy: gethostbyname( "localhost" ), on Linux, it returns the hostname in /etc/hosts + domain name,
if no entry in /etc/hosts, it returns "localhost" + domain name
*/
-inline ::rtl::OUString getHost( void )
+inline ::rtl::OUString getHost()
{
struct hostent *hptr;
@@ -141,7 +141,7 @@ inline ::rtl::OUString getHost( void )
/** get the full host name of the current processor, such as "aegean.prc.sun.com" --mindyliu
*/
-inline ::rtl::OUString getThisHostname( void )
+inline ::rtl::OUString getThisHostname()
{
::rtl::OUString aUString;
#ifdef WNT