diff options
author | Hennes Rohling <hro@openoffice.org> | 2002-07-12 09:55:08 +0000 |
---|---|---|
committer | Hennes Rohling <hro@openoffice.org> | 2002-07-12 09:55:08 +0000 |
commit | 70f4d959f01dccf5f910998bf06af5b2c333bec1 (patch) | |
tree | 92ecf3c87f68b1e1a4c78d03dc75179ba980bd23 /sal | |
parent | f95b21ecd565271ae6f3e48709f77d8bb84151cd (diff) |
#83752 Updated documentation
Diffstat (limited to 'sal')
-rw-r--r-- | sal/inc/osl/pipe_decl.hxx | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/sal/inc/osl/pipe_decl.hxx b/sal/inc/osl/pipe_decl.hxx index 04576641d8c4..50e8bf288e20 100644 --- a/sal/inc/osl/pipe_decl.hxx +++ b/sal/inc/osl/pipe_decl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: pipe_decl.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: jbu $ $Date: 2001-03-14 16:28:31 $ + * last change: $Author: hro $ $Date: 2002-07-12 10:55:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -91,14 +91,13 @@ public: */ inline Pipe(); - /** Creates a pipe. + /** Creates an insecure pipe that is accessible for all users. @param strName @param Options - @param Security */ inline Pipe(const ::rtl::OUString& strName, oslPipeOptions Options); - /** Creates a pipe. + /** Creates a secure pipe that access depends on the umask settings. @param strName @param Options @param Security @@ -124,7 +123,8 @@ public: inline sal_Bool SAL_CALL is() const; - /** Create a pipe with the given attributes. + /** Creates an insecure pipe that is accessible for all users + with the given attributes. If the pipe was already created, the old one will be discarded. @param strName @param Options @@ -134,7 +134,9 @@ public: inline sal_Bool create( const ::rtl::OUString & strName, oslPipeOptions Options, const Security &rSec ); - /** Create a pipe with the given attributes. + /** Creates a secure that access rights depend on the umask settings + with the given attributes. + If socket was already created, the old one will be discarded. @param strName @param Options |