summaryrefslogtreecommitdiff
path: root/sal/qa/osl/socket/osl_Socket_tests.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/qa/osl/socket/osl_Socket_tests.cxx')
-rw-r--r--sal/qa/osl/socket/osl_Socket_tests.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sal/qa/osl/socket/osl_Socket_tests.cxx b/sal/qa/osl/socket/osl_Socket_tests.cxx
index 83b556da1c78..21384786e83b 100644
--- a/sal/qa/osl/socket/osl_Socket_tests.cxx
+++ b/sal/qa/osl/socket/osl_Socket_tests.cxx
@@ -17,9 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-//------------------------------------------------------------------------
+
// include files
-//------------------------------------------------------------------------
+
#include <sal/types.h>
#include <osl_Socket_Const.h>
@@ -27,13 +27,13 @@
#include <cppunit/extensions/HelperMacros.h>
#include <cppunit/plugin/TestPlugIn.h>
#include <osl/socket.hxx>
-//------------------------------------------------------------------------
+
// helper functions
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
+
+
// tests cases begins here
-//------------------------------------------------------------------------
+
namespace osl_Socket
{
@@ -59,7 +59,7 @@ namespace osl_Socket
}
-// -----------------------------------------------------------------------------
+
// 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.