| Index: native_client_sdk/src/libraries/nacl_io/mount_http.h
|
| diff --git a/native_client_sdk/src/libraries/nacl_io/mount_http.h b/native_client_sdk/src/libraries/nacl_io/mount_http.h
|
| index e10f1afcfe99600a4579463c61959f5c23bd4cb6..aace7d2f8ce0d2635a7bec664aa8a9bd1afd7bfb 100644
|
| --- a/native_client_sdk/src/libraries/nacl_io/mount_http.h
|
| +++ b/native_client_sdk/src/libraries/nacl_io/mount_http.h
|
| @@ -21,6 +21,7 @@ class MountHttp : public Mount {
|
| public:
|
| typedef std::map<std::string, MountNode*> NodeMap_t;
|
|
|
| + virtual Error Access(const Path& path, int a_mode);
|
| virtual Error Open(const Path& path, int mode, MountNode** out_node);
|
| virtual Error Unlink(const Path& path);
|
| virtual Error Mkdir(const Path& path, int permissions);
|
|
|