summaryrefslogtreecommitdiff
path: root/Source/modules/asura-base/FileSystem/DecodedData.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-08-08 08:56:51 +0800
committerchai <chaifix@163.com>2019-08-08 08:56:51 +0800
commit6a065c913e9308cc72e1ad0723b6167048f439b6 (patch)
tree58cb4f28113949469c56584e32a510713ddbc2c1 /Source/modules/asura-base/FileSystem/DecodedData.h
parent0c391fdbce5a079cf03e483eb6174dd47806163d (diff)
*misc
Diffstat (limited to 'Source/modules/asura-base/FileSystem/DecodedData.h')
-rw-r--r--Source/modules/asura-base/FileSystem/DecodedData.h52
1 files changed, 25 insertions, 27 deletions
diff --git a/Source/modules/asura-base/FileSystem/DecodedData.h b/Source/modules/asura-base/FileSystem/DecodedData.h
index 1744233..f83d1c3 100644
--- a/Source/modules/asura-base/FileSystem/DecodedData.h
+++ b/Source/modules/asura-base/FileSystem/DecodedData.h
@@ -9,33 +9,31 @@
#include "DataBuffer.h"
-namespace AsuraEngine
+namespace_begin(AsuraEngine)
+namespace_begin(FileSystem)
+
+///
+/// һ̹߳data̳дࡣͼƬݡƵݵȣһ߳нԭ
+/// ļڲݸʽصȡ
+///
+ASURA_ABSTRACT class DecodedData
{
- namespace FileSystem
- {
-
- ///
- /// һ̹߳data̳дࡣͼƬݡƵݵȣһ߳нԭ
- /// ļڲݸʽصȡ
- ///
- ASURA_ABSTRACT class DecodedData
- {
- public:
-
- ///
- /// ڴйdataԷһ߳棬Դϵͳء
- ///
- DecodedData() {};
- virtual ~DecodedData() {};
-
- ///
- /// ڴеݲijָʽ档
- ///
- virtual void Decode(DataBuffer& buffer) = 0;
-
- };
-
- }
-}
+public:
+
+ ///
+ /// ڴйdataԷһ߳棬Դϵͳء
+ ///
+ DecodedData() {};
+ virtual ~DecodedData() {};
+
+ ///
+ /// ڴеݲijָʽ档
+ ///
+ virtual void Decode(DataBuffer& buffer) = 0;
+
+};
+
+namespace_end
+namespace_end
#endif \ No newline at end of file