diff options
Diffstat (limited to 'Source/modules/asura-base/FileSystem/IOBatchTask.h')
-rw-r--r-- | Source/modules/asura-base/FileSystem/IOBatchTask.h | 36 |
1 files changed, 17 insertions, 19 deletions
diff --git a/Source/modules/asura-base/FileSystem/IOBatchTask.h b/Source/modules/asura-base/FileSystem/IOBatchTask.h index 8d73e93..d82d83d 100644 --- a/Source/modules/asura-base/FileSystem/IOBatchTask.h +++ b/Source/modules/asura-base/FileSystem/IOBatchTask.h @@ -3,29 +3,27 @@ #include "IOTask.h" -namespace AsuraEngine -{ - namespace FileSystem - { +namespace_begin(AsuraEngine) +namespace_begin(FileSystem) - /// - /// дһύһtableδؽ - /// - class IOBatchTask ASURA_FINAL : public AEThreading::Task - { - public: +/// +/// дһύһtableδؽ +/// +class IOBatchTask ASURA_FINAL : public AEThreading::Task +{ +public: - private: +private: - /// - /// ÿһĽṹ£ - /// { path = "", } - /// - Luax::LuaxMemberRef m_Tasks; + /// + /// ÿһĽṹ£ + /// { path = "", } + /// + Luax::LuaxMemberRef m_Tasks; - }; +}; - } -} +namespace_end +namespace_end #endif
\ No newline at end of file |