Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KLDAP
Commits
ece323e8
Commit
ece323e8
authored
Dec 02, 2020
by
Laurent Montel
Browse files
Warning--
parent
c55b9f8d
Pipeline
#42748
passed with stage
in 8 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/core/ldapconnection.h
View file @
ece323e8
...
@@ -92,10 +92,10 @@ public:
...
@@ -92,10 +92,10 @@ public:
* @param option the connection option to return
* @param option the connection option to return
* @param value the value of option to get
* @param value the value of option to get
*/
*/
Q_REQUIRED_RESULT
int
getOption
(
int
option
,
void
*
value
)
const
;
int
getOption
(
int
option
,
void
*
value
)
const
;
/** Sets an option in the connection. The option value can be client
/** Sets an option in the connection. The option value can be client
* library specific, so avoid this function if possible */
* library specific, so avoid this function if possible */
Q_REQUIRED_RESULT
int
setOption
(
int
option
,
void
*
value
);
int
setOption
(
int
option
,
void
*
value
);
/** Returns the LDAP error code from the last operation */
/** Returns the LDAP error code from the last operation */
Q_REQUIRED_RESULT
int
ldapErrorCode
()
const
;
Q_REQUIRED_RESULT
int
ldapErrorCode
()
const
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment