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/test/testconnection.cxx | |
parent | 3c0774aba77edb5903b1c489a8b6e02a67ff667e (diff) |
replaced vos
Diffstat (limited to 'io/test/testconnection.cxx')
-rw-r--r-- | io/test/testconnection.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
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) : |