Molybden API
|
The NetworkDelegates::onCanAccessFile action. More...
#include <network_delegates.hpp>
Public Member Functions | |
CanAccessFileAction (std::unique_ptr< rpc::internal::Callback > callback) | |
void | can () |
Allow access to the requested file. | |
void | cannot () |
Deny access to the requested file. | |
Public Member Functions inherited from molybden::Action | |
Action (std::unique_ptr< rpc::internal::Callback > callback) | |
Additional Inherited Members | |
Protected Attributes inherited from molybden::Action | |
std::unique_ptr< rpc::internal::Callback > | callback_ |
The NetworkDelegates::onCanAccessFile action.