From ea72f810c8799e02cc2aba2c39e4f71d4f897bce Mon Sep 17 00:00:00 2001 From: Jörg Budischewski Date: Thu, 15 Mar 2001 10:10:54 +0000 Subject: vos removed in favor of osl inline wrapper --- io/source/connector/connector.hxx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'io/source/connector/connector.hxx') diff --git a/io/source/connector/connector.hxx b/io/source/connector/connector.hxx index 9c200a7610dd..59789845fea7 100644 --- a/io/source/connector/connector.hxx +++ b/io/source/connector/connector.hxx @@ -2,9 +2,9 @@ * * $RCSfile: connector.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: jbu $ $Date: 2000-11-28 08:20:57 $ + * last change: $Author: jbu $ $Date: 2001-03-15 11:09:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,11 +67,11 @@ #include -#ifndef _VOS_SOCKET_HXX_ -# include +#ifndef _OSL_SOCKET_HXX_ +# include #endif -#ifndef _VOS_PIPE_HXX_ -# include +#ifndef _OSL_PIPE_HXX_ +# include #endif namespace stoc_connector @@ -123,7 +123,7 @@ namespace stoc_connector virtual ::rtl::OUString SAL_CALL getDescription( ) throw(::com::sun::star::uno::RuntimeException); public: - ::vos::OStreamPipe m_pipe; + ::osl::StreamPipe m_pipe; oslInterlockedCount m_nStatus; ::rtl::OUString m_sDescription; }; @@ -161,8 +161,8 @@ namespace stoc_connector public: void completeConnectionString(); - ::vos::OConnectorSocket m_socket; - ::vos::OInetSocketAddr m_addr; + ::osl::ConnectorSocket m_socket; + ::osl::SocketAddr m_addr; oslInterlockedCount m_nStatus; ::rtl::OUString m_sDescription; -- cgit