[Libreoffice-commits] core.git: include/osl
Chris Sherlock
chris.sherlock79 at gmail.com
Fri Mar 17 16:13:27 UTC 2017
include/osl/security_decl.hxx | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
New commits:
commit e7b30d24fd22d2ada74adcb4c058ee8b14a1d189
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Sat Mar 18 03:12:05 2017 +1100
osl: I think we all know what a constructor and destructor is...
Change-Id: I67c17606b2f9d93ec047aafa1bf6adffdbad4b40
diff --git a/include/osl/security_decl.hxx b/include/osl/security_decl.hxx
index e03474e5a8a2..b011009f8c50 100644
--- a/include/osl/security_decl.hxx
+++ b/include/osl/security_decl.hxx
@@ -37,10 +37,9 @@ protected:
oslSecurity m_handle;
public:
- /// constructor
inline Security();
- /// destructor
inline ~Security();
+
/** get the security information for one user.
The underlying operating system is asked for this information.
@param[in] strName denotes the name of the user
@@ -50,6 +49,7 @@ public:
*/
inline bool SAL_CALL logonUser(const rtl::OUString& strName,
const rtl::OUString& strPasswd);
+
/** get the security information for one user.
@verbatim
@@ -58,6 +58,7 @@ public:
could be connected by this user, the methos will return true and getHomeDir
will return \\server\username.
@endverbatim
+
@param[in] strName denotes the name of the user
@param[in] strPasswd denotes the password of this user
@param[in] strFileServer denotes the file server to login to
More information about the Libreoffice-commits
mailing list