Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
sds-keyval
Commits
0eccaf2c
Commit
0eccaf2c
authored
Feb 14, 2020
by
Matthieu Dorier
Browse files
made constructor of database class public
parent
d2723081
Changes
1
Show whitespace changes
Inline
Side-by-side
include/sdskv-client.hpp
View file @
0eccaf2c
...
...
@@ -1240,9 +1240,9 @@ class database {
provider_handle
m_ph
;
sdskv_database_id_t
m_db_id
;
public:
/**
* @brief Private constructor used by client::open.
*
* @param ph Provider handle.
* @param db_id Database id.
*/
...
...
@@ -1250,8 +1250,6 @@ class database {
:
m_ph
(
ph
)
,
m_db_id
(
db_id
)
{}
public:
/**
* @brief Default constructor.
*/
...
...
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