Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
14a6bced
Commit
14a6bced
authored
Jan 22, 2004
by
Ralf Haferkamp
Browse files
add getKind method
parent
89812424
Changes
2
Hide whitespace changes
Inline
Side-by-side
contrib/ldapc++/src/LDAPObjClass.cpp
View file @
14a6bced
...
...
@@ -121,3 +121,9 @@ string LDAPObjClass::getName () {
else
return
*
(
names
.
begin
());
}
int
LDAPObjClass
::
getKind
()
{
return
kind
;
}
contrib/ldapc++/src/LDAPObjClass.h
View file @
14a6bced
...
...
@@ -67,6 +67,11 @@ class LDAPObjClass{
*/
string
getName
();
/**
* Returns object class kind: 0=ABSTRACT, 1=STRUCTURAL, 2=AUXILIARY
*/
int
getKind
();
/**
* Returns all object class names
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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