Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
914fe9bc
Commit
914fe9bc
authored
Aug 12, 2011
by
Michal 'vorner' Vaner
Browse files
[1062] Indentation
parent
c6ca831b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/database.h
View file @
914fe9bc
...
...
@@ -149,17 +149,17 @@ public:
static
const
size_t
COLUMN_COUNT
=
4
;
/**
* \brief Returns a string identifying this dabase backend
*
* The returned string is mainly intended to be used for
* debugging/logging purposes.
*
* Any implementation is free to choose the exact string content,
* but it is advisable to make it a name that is distinguishable
* from the others.
*
* \return the name of the database
*/
* \brief Returns a string identifying this dabase backend
*
* The returned string is mainly intended to be used for
* debugging/logging purposes.
*
* Any implementation is free to choose the exact string content,
* but it is advisable to make it a name that is distinguishable
* from the others.
*
* \return the name of the database
*/
virtual
const
std
::
string
&
getDBName
()
const
=
0
;
};
...
...
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