summaryrefslogtreecommitdiff
path: root/io/source/connector/connector.hxx
diff options
context:
space:
mode:
authorJörg Budischewski <jbu@openoffice.org>2001-03-15 10:10:54 +0000
committerJörg Budischewski <jbu@openoffice.org>2001-03-15 10:10:54 +0000
commitea72f810c8799e02cc2aba2c39e4f71d4f897bce (patch)
treec0504220263c1d32e94ec65ced3018fdd33f0131 /io/source/connector/connector.hxx
parent00c1f1d2ea7535733e29ec609ab3035c27f6c024 (diff)
vos removed in favor of osl inline wrapper
Diffstat (limited to 'io/source/connector/connector.hxx')
-rw-r--r--io/source/connector/connector.hxx18
1 files changed, 9 insertions, 9 deletions
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 <hash_set>
-#ifndef _VOS_SOCKET_HXX_
-# include <vos/socket.hxx>
+#ifndef _OSL_SOCKET_HXX_
+# include <osl/socket.hxx>
#endif
-#ifndef _VOS_PIPE_HXX_
-# include <vos/pipe.hxx>
+#ifndef _OSL_PIPE_HXX_
+# include <osl/pipe.hxx>
#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;