summaryrefslogtreecommitdiff
path: root/sal/qa/osl/socket/osl_AcceptorSocket.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/qa/osl/socket/osl_AcceptorSocket.cxx')
-rw-r--r--sal/qa/osl/socket/osl_AcceptorSocket.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sal/qa/osl/socket/osl_AcceptorSocket.cxx b/sal/qa/osl/socket/osl_AcceptorSocket.cxx
index 30390fd72ac8..5a70fdacf600 100644
--- a/sal/qa/osl/socket/osl_AcceptorSocket.cxx
+++ b/sal/qa/osl/socket/osl_AcceptorSocket.cxx
@@ -43,9 +43,9 @@
inline sal_Bool SAL_CALL operator== (const SocketAddr & Addr) const;
*/
-//------------------------------------------------------------------------
+
// include files
-//------------------------------------------------------------------------
+
#include <sal/types.h>
#include <cppunit/TestFixture.h>
@@ -63,9 +63,9 @@ using ::rtl::OUString;
#define IP_PORT_MYPORT4 8885
#define IP_PORT_MYPORT3 8884
-//------------------------------------------------------------------------
+
// helper functions
-//------------------------------------------------------------------------
+
// just used to test socket::close() when accepting
class AcceptorThread : public Thread
@@ -238,7 +238,7 @@ namespace osl_AcceptorSocket
}; // class listen_accept
-// -----------------------------------------------------------------------------
+
CPPUNIT_TEST_SUITE_REGISTRATION(osl_AcceptorSocket::ctors);
//CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(osl_AcceptorSocket::operator_assign, "osl_AcceptorSocket");
@@ -246,7 +246,7 @@ CPPUNIT_TEST_SUITE_REGISTRATION(osl_AcceptorSocket::listen_accept);
} // namespace osl_AcceptorSocket
-// -----------------------------------------------------------------------------
+
// this macro creates an empty function, which will called by the RegisterAllFunctions()
// to let the user the possibility to also register some functions by hand.