Make login_api::enable_api public
This commit is contained in:
parent
48a02d72fb
commit
adf288b4ad
1 changed files with 1 additions and 1 deletions
|
|
@ -286,9 +286,9 @@ namespace graphene { namespace app {
|
||||||
/// @brief Retrieve the debug API (if available)
|
/// @brief Retrieve the debug API (if available)
|
||||||
fc::api<graphene::debug_witness::debug_api> debug()const;
|
fc::api<graphene::debug_witness::debug_api> debug()const;
|
||||||
|
|
||||||
private:
|
|
||||||
/// @brief Called to enable an API, not reflected.
|
/// @brief Called to enable an API, not reflected.
|
||||||
void enable_api( const string& api_name );
|
void enable_api( const string& api_name );
|
||||||
|
private:
|
||||||
|
|
||||||
application& _app;
|
application& _app;
|
||||||
optional< fc::api<database_api> > _database_api;
|
optional< fc::api<database_api> > _database_api;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue