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
e8aa8b8b
Commit
e8aa8b8b
authored
Nov 04, 2011
by
JINMEI Tatuya
Browse files
[1329] comment style consistency
parent
dee6a473
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/database.h
View file @
e8aa8b8b
...
...
@@ -113,9 +113,11 @@ public:
DEL_PARAM_COUNT
=
3
///< Number of parameters
};
/// Operation mode when adding a record diff.
///
/// This is used as the "operation" parameter value of addRecordDiff().
/**
* Operation mode when adding a record diff.
*
* This is used as the "operation" parameter value of addRecordDiff().
*/
enum
DiffOperation
{
DIFF_ADD
=
0
,
///< This diff is for adding an RR
DIFF_DELETE
=
1
///< This diff is for deleting an RR
...
...
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