modify some code to fit new netlayer
commit3c65ced0d31f2f14bc72d952732cb9ef19287d19
authorwangguan@desktop <netspecters@gmail.com>
Thu, 27 Jan 2011 14:52:46 +0000 (27 22:52 +0800)
committerwangguan@desktop <netspecters@gmail.com>
Thu, 27 Jan 2011 14:52:46 +0000 (27 22:52 +0800)
tree2dabf78952729f5944477af8c4c72b40c8bd417f
parentf9b3ed14aebcf2281b73a09643172633def5c203
modify some code to fit new netlayer
20 files changed:
.gitignore
source/Core/Core.cpp
source/Core/ipc.cpp
source/Core/ipc.h
source/KernelLibrary/InternalProtocol/http/http_task.cpp
source/KernelLibrary/InternalProtocol/http/task_thread.cpp
source/KernelLibrary/InternalProtocol/http/task_thread.h
source/KernelLibrary/NetLayer/Interfaces.h
source/KernelLibrary/NetLayer/NetLayer.h
source/KernelLibrary/NetLayer/epoll.cpp
source/KernelLibrary/NetLayer/socket.cpp
source/KernelLibrary/NetLayer/socket.h
source/KernelLibrary/ProtocolManager/PMDatabase.cpp
source/KernelLibrary/ProtocolManager/ProtocolManager.cpp
source/KernelLibrary/ProtocolManager/ProtocolManager.h
source/KernelLibrary/UIHost/Interfaces.h
source/KernelLibrary/UIHost/UIHost.cpp
source/KernelLibrary/UIHost/UIHost.h
source/KernelLibrary/WebServer/WebServer.cpp
source/KernelLibrary/WebServer/WebServer.h