diff options
author | Jörg Budischewski <jbu@openoffice.org> | 2001-03-15 16:55:24 +0000 |
---|---|---|
committer | Jörg Budischewski <jbu@openoffice.org> | 2001-03-15 16:55:24 +0000 |
commit | e3d929a64b2d849c100fda74eeb1eecb70186c5c (patch) | |
tree | d767a1fc913e8f9c5a612e748a8065a7dfaba7e0 /io | |
parent | 3c0774aba77edb5903b1c489a8b6e02a67ff667e (diff) |
replaced vos
Diffstat (limited to 'io')
-rw-r--r-- | io/test/makefile.mk | 5 | ||||
-rw-r--r-- | io/test/testconnection.cxx | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/io/test/makefile.mk b/io/test/makefile.mk index 25ee73396356..0ba17ac1a951 100644 --- a/io/test/makefile.mk +++ b/io/test/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: jbu $ $Date: 2001-01-25 14:07:10 $ +# last change: $Author: jbu $ $Date: 2001-03-15 17:55:24 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -107,7 +107,6 @@ APP1STDLIBS = $(SALLIB) \ APP2TARGET = testconnection APP2OBJS = $(OBJ)$/testconnection.obj APP2STDLIBS = $(SALLIB) \ - $(VOSLIB) \ $(CPPULIB) \ $(CPPUHELPERLIB) diff --git a/io/test/testconnection.cxx b/io/test/testconnection.cxx index c5017a838843..1f5e43d80b44 100644 --- a/io/test/testconnection.cxx +++ b/io/test/testconnection.cxx @@ -2,9 +2,9 @@ * * $RCSfile: testconnection.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: jl $ $Date: 2001-03-14 09:31:18 $ + * last change: $Author: jbu $ $Date: 2001-03-15 17:55:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,7 +65,7 @@ #endif #include <osl/diagnose.h> -#include <vos/thread.hxx> +#include <osl/thread.hxx> #include <cppuhelper/servicefactory.hxx> @@ -76,7 +76,7 @@ #include <com/sun/star/connection/XConnector.hpp> #include <com/sun/star/connection/XAcceptor.hpp> -using namespace ::vos; +using namespace ::osl; using namespace ::rtl; using namespace ::cppu; using namespace ::com::sun::star::uno; @@ -87,7 +87,7 @@ using namespace ::com::sun::star::connection; class MyThread : - public OThread + public Thread { public: MyThread( const Reference< XAcceptor > &r , const OUString & sConnectionDescription) : |