| Index: native_client_sdk/src/libraries/nacl_io/mount_passthrough.h
|
| diff --git a/native_client_sdk/src/libraries/nacl_io/mount_passthrough.h b/native_client_sdk/src/libraries/nacl_io/mount_passthrough.h
|
| index b143abf007fc5000760df533e900302409d467e3..614a8172ef99f9d921cd85b3bbca11aa539be812 100644
|
| --- a/native_client_sdk/src/libraries/nacl_io/mount_passthrough.h
|
| +++ b/native_client_sdk/src/libraries/nacl_io/mount_passthrough.h
|
| @@ -15,6 +15,7 @@ class MountPassthrough : public Mount {
|
| virtual void Destroy();
|
|
|
| public:
|
| + virtual Error Access(const Path& path, int a_mode);
|
| virtual Error Open(const Path& path, int mode, MountNode** out_node);
|
| virtual Error OpenResource(const Path& path, MountNode** out_node);
|
| virtual Error Unlink(const Path& path);
|
|
|