aboutsummaryrefslogtreecommitdiff
path: root/src/lua/modules/thread
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-10-20 16:30:20 +0800
committerchai <chaifix@163.com>2018-10-20 16:30:20 +0800
commit3292019e55dd02a96420e72bad88711fd36ef249 (patch)
tree71c40787654d5219033e095e3cc054eee0cadeef /src/lua/modules/thread
parentcf68d9f46da1cf20503a7d738da1f43de916004d (diff)
*注释
Diffstat (limited to 'src/lua/modules/thread')
-rw-r--r--src/lua/modules/thread/Thread.cpp4
-rw-r--r--src/lua/modules/thread/Thread.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lua/modules/thread/Thread.cpp b/src/lua/modules/thread/Thread.cpp
index b0cbf8e..e1c5a92 100644
--- a/src/lua/modules/thread/Thread.cpp
+++ b/src/lua/modules/thread/Thread.cpp
@@ -248,5 +248,5 @@ namespace JinEngine
return 1;
}
- } // Lua
-} // JinEngine \ No newline at end of file
+ } // namespace Lua
+} // namespace JinEngine \ No newline at end of file
diff --git a/src/lua/modules/thread/Thread.h b/src/lua/modules/thread/Thread.h
index 2ccadc2..60d588a 100644
--- a/src/lua/modules/thread/Thread.h
+++ b/src/lua/modules/thread/Thread.h
@@ -90,5 +90,5 @@ namespace JinEngine
};
} // thread
- } // Lua
-} // JinEngine \ No newline at end of file
+ } // namespace Lua
+} // namespace JinEngine \ No newline at end of file