correct some code error
commitff183d092b7c3143a3067c151b4e7cdc0a799283
authorwangguan@desktop <netspecters@gmail.com>
Tue, 1 Feb 2011 15:22:10 +0000 (1 23:22 +0800)
committerwangguan@desktop <netspecters@gmail.com>
Tue, 1 Feb 2011 15:22:10 +0000 (1 23:22 +0800)
tree023cdd0b3bae05dae1e8aec85a4446493f0636e2
parent1140445bbb1959bfd58776013e786fd5025b748e
correct some code error
40 files changed:
codeblocks_projects/SingleProject/Netspecters.cbp
source/KernelLibrary/DataContainer/data_container.cpp
source/KernelLibrary/DataContainer/data_container.h
source/KernelLibrary/DataContainer/unit_test/file.cpp
source/KernelLibrary/InternalProtocol/cap/cap.cpp
source/KernelLibrary/InternalProtocol/cap/cap.h
source/KernelLibrary/InternalProtocol/http/http.cpp
source/KernelLibrary/InternalProtocol/http/http.h
source/KernelLibrary/InternalProtocol/http/http_request.h
source/KernelLibrary/InternalProtocol/http/http_respond.cpp
source/KernelLibrary/InternalProtocol/http/http_respond.h
source/KernelLibrary/InternalProtocol/http/http_task.cpp
source/KernelLibrary/InternalProtocol/http/http_task.h
source/KernelLibrary/InternalProtocol/http/task_thread.cpp
source/KernelLibrary/InternalProtocol/http/task_thread.h
source/KernelLibrary/InternalProtocol/http/unit_test/http_task.cpp
source/KernelLibrary/InternalProtocol/http/unit_test/task_thread.cpp
source/KernelLibrary/NetLayer/epoll.cpp
source/KernelLibrary/NetLayer/socket.cpp
source/KernelLibrary/NetLayer/socket.h
source/KernelLibrary/NetLayer/time_queue.cpp
source/KernelLibrary/NetLayer/time_queue.h
source/KernelLibrary/NetLayer/unit_test/socket.cpp [new file with mode: 0644]
source/KernelLibrary/NetLayer/unit_test/time_queue.cpp
source/KernelLibrary/ProtocolManager/Interfaces.h
source/KernelLibrary/ProtocolManager/PMDatabase.cpp
source/KernelLibrary/ProtocolManager/PMDatabase.h
source/KernelLibrary/ProtocolManager/ProtocolManager.cpp
source/KernelLibrary/ProtocolManager/ProtocolManager.h
source/KernelLibrary/ProtocolManager/TaskGroupManager.cpp
source/KernelLibrary/ProtocolManager/unit_test/PMDatabase.cpp
source/KernelLibrary/ProtocolManager/unit_test/ProtocolManager.cpp
source/KernelLibrary/UIHost/UIHost.cpp
source/KernelLibrary/WebServer/WebServer.cpp
source/NSErrorCode.h
source/StdLib/Alloctor.hpp
source/StdLib/nslib.h
source/StdLib/std_thread_extend.hpp [new file with mode: 0644]
source/StdLib/unit_test/Alloctor.cpp
source/StdLib/unit_test/StdLib.cpp