summaryrefslogtreecommitdiff
path: root/bridges/test/testserver.cxx
diff options
context:
space:
mode:
authorJörg Budischewski <jbu@openoffice.org>2001-03-16 08:42:20 +0000
committerJörg Budischewski <jbu@openoffice.org>2001-03-16 08:42:20 +0000
commit2b36c7e97287f51417fb4dd7806b7162a98a9199 (patch)
treec80de339f569a9a0f89df1186fa7fed31a83d52d /bridges/test/testserver.cxx
parente3708e5bc27f2193ebdbb8158bc2005e78ca4d0e (diff)
vos remvoed
Diffstat (limited to 'bridges/test/testserver.cxx')
-rw-r--r--bridges/test/testserver.cxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/bridges/test/testserver.cxx b/bridges/test/testserver.cxx
index 43a1584c6fa2..dd2108ff8574 100644
--- a/bridges/test/testserver.cxx
+++ b/bridges/test/testserver.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: testserver.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jl $ $Date: 2001-03-14 09:25:39 $
+ * last change: $Author: jbu $ $Date: 2001-03-16 09:42:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,8 +68,7 @@
#include <osl/mutex.hxx>
#include <osl/conditn.h>
-#include <vos/thread.hxx>
-#include <vos/socket.hxx>
+#include <osl/thread.hxx>
#include <cppuhelper/servicefactory.hxx>
#include <cppuhelper/implbase1.hxx>
@@ -90,7 +89,7 @@
using namespace ::test;
using namespace ::rtl;
-using namespace ::vos;
+using namespace ::osl;
using namespace ::cppu;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
@@ -109,7 +108,7 @@ using namespace ::com::sun::star::connection;
class MyThread :
- public OThread
+ public Thread
{
public:
MyThread( const Reference< XAcceptor > &r ,