summaryrefslogtreecommitdiff
path: root/sal/qa/osl/socket/osl_Socket_Const_orig.h
diff options
context:
space:
mode:
Diffstat (limited to 'sal/qa/osl/socket/osl_Socket_Const_orig.h')
-rw-r--r--sal/qa/osl/socket/osl_Socket_Const_orig.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/sal/qa/osl/socket/osl_Socket_Const_orig.h b/sal/qa/osl/socket/osl_Socket_Const_orig.h
index a0dce812e583..17be3cc6f8bc 100644
--- a/sal/qa/osl/socket/osl_Socket_Const_orig.h
+++ b/sal/qa/osl/socket/osl_Socket_Const_orig.h
@@ -26,14 +26,9 @@
*
************************************************************************/
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
-
#ifndef _OSL_SOCKET_CONST_H_
#define _OSL_SOCKET_CONST_H_
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
#include <sal/types.h>
#include <rtl/textenc.h>
#include <rtl/ustring.hxx>
@@ -59,9 +54,6 @@
const char * pTestString1 = "test socket";
const char * pTestString2 = " Passed#OK";
-//define read count
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
#ifdef __cplusplus
extern "C"
@@ -187,17 +179,10 @@ OSLTEST_DECLARE( HostIpZero, "0.0.0.0" );
//------------------------------------------------------------------------
OSLTEST_DECLARE( NullURL, "" );
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
-
#ifdef __cplusplus
}
#endif
-//------------------------------------------------------------------------
-//------------------------------------------------------------------------
-
-
#endif /* _OSL_SOCKET_CONST_H_ */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */