summaryrefslogtreecommitdiff
path: root/vos/inc
diff options
context:
space:
mode:
authorth <th@openoffice.org>2001-05-10 09:48:52 +0000
committerth <th@openoffice.org>2001-05-10 09:48:52 +0000
commitca46766e129ac1579ffff2bec9efdf1016eb3ec4 (patch)
tree277016711c651297e3fe9e5062076d4d04c5be11 /vos/inc
parent34d4d0d81246cf870bb9ffa50de04a394408b851 (diff)
rtl/ustring --> rtl/ustring.hxx
Diffstat (limited to 'vos/inc')
-rw-r--r--vos/inc/vos/connectn.hxx10
-rw-r--r--vos/inc/vos/module.hxx6
-rw-r--r--vos/inc/vos/pipe.hxx8
-rw-r--r--vos/inc/vos/process.hxx12
-rw-r--r--vos/inc/vos/security.hxx6
-rw-r--r--vos/inc/vos/socket.hxx10
6 files changed, 26 insertions, 26 deletions
diff --git a/vos/inc/vos/connectn.hxx b/vos/inc/vos/connectn.hxx
index 8f9bbed50865..457648102b4e 100644
--- a/vos/inc/vos/connectn.hxx
+++ b/vos/inc/vos/connectn.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: connectn.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: obr $ $Date: 2000-09-22 13:43:05 $
+ * last change: $Author: th $ $Date: 2001-05-10 10:48:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,8 +67,8 @@
# include <vos/ref.hxx>
#endif
-#ifndef _RTL_USTRING_
-# include <rtl/ustring>
+#ifndef _RTL_USTRING_HXX_
+# include <rtl/ustring.hxx>
#endif
#ifdef _USE_NAMESPACE
@@ -85,7 +85,7 @@ public:
//---------------------------------------------------------------------------
/** reads the specified amount of bytes from the stream. The call will block
- until nBytesToRead bytes are available.
+ until nBytesToRead bytes are available.
@param pData
pointer to the buffer to fill.
diff --git a/vos/inc/vos/module.hxx b/vos/inc/vos/module.hxx
index 52ea0dc757f2..bac17ffbed8d 100644
--- a/vos/inc/vos/module.hxx
+++ b/vos/inc/vos/module.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: module.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jl $ $Date: 2001-03-16 15:25:47 $
+ * last change: $Author: th $ $Date: 2001-05-10 10:45:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,7 +67,7 @@
# include <vos/object.hxx>
#endif
#ifndef _RTL_USTRING_
-# include <rtl/ustring>
+# include <rtl/ustring.hxx>
#endif
#ifndef _OSL_MODULE_H_
# include <osl/module.h>
diff --git a/vos/inc/vos/pipe.hxx b/vos/inc/vos/pipe.hxx
index 18ecd8eca2a4..09ac95532180 100644
--- a/vos/inc/vos/pipe.hxx
+++ b/vos/inc/vos/pipe.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pipe.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jl $ $Date: 2001-03-16 15:25:47 $
+ * last change: $Author: th $ $Date: 2001-05-10 10:44:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,7 +85,7 @@
# include <vos/security.hxx>
#endif
#ifndef _RTL_USTRING_
-# include <rtl/ustring>
+# include <rtl/ustring.hxx>
#endif
@@ -183,7 +183,7 @@ public:
@return True if socket was successfully created.
*/
sal_Bool SAL_CALL create(const ::rtl::OUString& strName, TPipeOption Options,
- const NAMESPACE_VOS(OSecurity)& rSecurity);
+ const NAMESPACE_VOS(OSecurity)& rSecurity);
/** Assignment operator. If pipe was already created, the old one will
be discarded.
diff --git a/vos/inc/vos/process.hxx b/vos/inc/vos/process.hxx
index 1a5b5fe83bba..d9a8f06efad3 100644
--- a/vos/inc/vos/process.hxx
+++ b/vos/inc/vos/process.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: process.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jl $ $Date: 2001-03-16 15:25:47 $
+ * last change: $Author: th $ $Date: 2001-05-10 10:44:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,7 +63,7 @@
#define _VOS_PROCESS_HXX_
#ifndef _RTL_USTRING_
-# include <rtl/ustring>
+# include <rtl/ustring.hxx>
#endif
#ifndef _VOS_MUTEX_HXX_
# include <vos/mutex.hxx>
@@ -170,7 +170,7 @@ public:
E_NotFound = osl_Process_E_NotFound, /* image not found */
E_TimedOut = osl_Process_E_TimedOut, /* timout occured */
E_NoPermission = osl_Process_E_NoPermission, /* permission denied */
- E_Unknown = osl_Process_E_Unknown, /* unknown error */
+ E_Unknown = osl_Process_E_Unknown, /* unknown error */
E_InvalidError = osl_Process_E_InvalidError /* unmapped error */
};
@@ -204,7 +204,7 @@ public:
OProcess(const ::rtl::OUString& strImageName);
- OProcess(const ::rtl::OUString& strImageName,
+ OProcess(const ::rtl::OUString& strImageName,
const ::rtl::OUString& strWorkingDirectory);
/// destroying a process object
@@ -293,7 +293,7 @@ public:
E_NotFound = osl_Process_E_NotFound, /* image not found */
E_TimedOut = osl_Process_E_TimedOut, /* timout occured */
E_NoPermission = osl_Process_E_NoPermission, /* permission denied */
- E_Unknown = osl_Process_E_Unknown, /* unknown error */
+ E_Unknown = osl_Process_E_Unknown, /* unknown error */
E_InvalidError = osl_Process_E_InvalidError /* unmapped error */
};
diff --git a/vos/inc/vos/security.hxx b/vos/inc/vos/security.hxx
index 4812ed3c23a6..e6c505bdfeca 100644
--- a/vos/inc/vos/security.hxx
+++ b/vos/inc/vos/security.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: security.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jl $ $Date: 2001-03-16 15:25:47 $
+ * last change: $Author: th $ $Date: 2001-05-10 10:43:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,7 +66,7 @@
# include <vos/object.hxx>
#endif
#ifndef _RTL_USTRING_
-# include <rtl/ustring>
+# include <rtl/ustring.hxx>
#endif
#ifndef _OSL_SECURITY_H_
# include <osl/security.h>
diff --git a/vos/inc/vos/socket.hxx b/vos/inc/vos/socket.hxx
index fa1242b1ef8a..fc1aebed6d88 100644
--- a/vos/inc/vos/socket.hxx
+++ b/vos/inc/vos/socket.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: socket.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jl $ $Date: 2001-03-16 15:25:47 $
+ * last change: $Author: th $ $Date: 2001-05-10 10:42:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,7 +78,7 @@
# include <vos/refobj.hxx>
#endif
#ifndef _RTL_USTRING_
-# include <rtl/ustring>
+# include <rtl/ustring.hxx>
#endif
#ifndef _OSL_SOCKET_H_
# include <osl/socket.h>
@@ -202,13 +202,13 @@ public:
E_OpNotSupport = osl_Socket_E_OpNotSupport, /* Operation not supported on socket */
E_PfNoSupport = osl_Socket_E_PfNoSupport, /* Protocol family not supported */
E_AfNoSupport = osl_Socket_E_AfNoSupport, /* Address family not supported by */
- /* protocol family */
+ /* protocol family */
E_AddrInUse = osl_Socket_E_AddrInUse, /* Address already in use */
E_AddrNotAvail = osl_Socket_E_AddrNotAvail, /* Can't assign requested address */
E_NetDown = osl_Socket_E_NetDown, /* Network is down */
E_NetUnreachable = osl_Socket_E_NetUnreachable, /* Network is unreachable */
E_NetReset = osl_Socket_E_NetReset, /* Network dropped connection because */
- /* of reset */
+ /* of reset */
E_ConnAborted = osl_Socket_E_ConnAborted, /* Software caused connection abort */
E_ConnReset = osl_Socket_E_ConnReset, /* Connection reset by peer */
E_NoBufferSpace = osl_Socket_E_NoBufferSpace, /* No buffer space available */