aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Filesystem/Filesystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/Filesystem/Filesystem.h')
-rw-r--r--src/libjin/Filesystem/Filesystem.h40
1 files changed, 20 insertions, 20 deletions
diff --git a/src/libjin/Filesystem/Filesystem.h b/src/libjin/Filesystem/Filesystem.h
index 3ae984d..b43d260 100644
--- a/src/libjin/Filesystem/Filesystem.h
+++ b/src/libjin/Filesystem/Filesystem.h
@@ -3,29 +3,29 @@
namespace jin
{
-namespace filesystem
-{
- /* Դ */
- class Filesystem
- {
- public:
- static Filesystem* get();
+ namespace filesystem
+ {
+ /* Դ */
+ class Filesystem
+ {
+ public:
+ static Filesystem* get();
- Filesystem();
+ Filesystem();
- bool isDir(const char* path);
- bool isFile(const char* path);
- bool exists(const char* path);
- int read(const char* path, Buffer* buffer);
- void* read(const char* path, unsigned int* len);
- void mount(const char* root);
- const char* getFull(const char* path);
+ bool isDir(const char* path);
+ bool isFile(const char* path);
+ bool exists(const char* path);
+ int read(const char* path, Buffer* buffer);
+ void* read(const char* path, unsigned int* len);
+ void mount(const char* root);
+ const char* getFull(const char* path);
- private:
- static Filesystem* fs;
- smtShared* S;
+ private:
+ static Filesystem* fs;
+ smtShared* S;
- };
+ };
-} // filesystem
+ } // filesystem
} // jin \ No newline at end of file