summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2017-03-18 03:15:45 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2017-03-18 03:15:45 +1100
commit195e0fc1037906a7f02d2bd15dac98e5c4535d9b (patch)
tree743468d5355d785079e0eda78585e12c7093b2d0 /include
parente7b30d24fd22d2ada74adcb4c058ee8b14a1d189 (diff)
osl: remove comment cruft
Change-Id: Ie3061dcacc039b7915a62daa96dc741750c56fde
Diffstat (limited to 'include')
-rw-r--r--include/osl/socket.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/osl/socket.hxx b/include/osl/socket.hxx
index 190a7d7ea558..4213891101e1 100644
--- a/include/osl/socket.hxx
+++ b/include/osl/socket.hxx
@@ -176,7 +176,6 @@ namespace osl
return m_handle != NULL;
}
- // (static method)______________________________________________________________
inline ::rtl::OUString SAL_CALL SocketAddr::getLocalHostname( oslSocketResult *pResult )
{
::rtl::OUString hostname;
@@ -186,14 +185,12 @@ namespace osl
return hostname;
}
- // (static method)______________________________________________________________
inline void SAL_CALL SocketAddr::resolveHostname(
const ::rtl::OUString & strHostName, SocketAddr &Addr)
{
Addr = SocketAddr( osl_resolveHostname( strHostName.pData ) , SAL_NO_COPY );
}
- // (static method)______________________________________________________________
inline sal_Int32 SAL_CALL SocketAddr::getServicePort(
const ::rtl::OUString& strServiceName,
const ::rtl::OUString & strProtocolName )