Rename Msg_Thread to ThreadPoolSocketObserver. Rename IMsg_Thread
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 6 Oct 2005 19:33:58 +0000 (19:33 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 6 Oct 2005 19:33:58 +0000 (19:33 +0000)
commit7993f86c75d0d5ab736b0fd2d1b1bebff35bc95b
tree00112fb47699b7a7180869a6f6048d604a1df1d3
parentbf8d8e49d8c9a4713b4c56b668846ccd733f136d
Rename Msg_Thread to ThreadPoolSocketObserver. Rename IMsg_Thread
to IThreadPoolMsg. Implement it in terms of std::deque instead of
linked list.
12 files changed:
.cvsignore
src/.cvsignore [new file with mode: 0644]
src/Makefile.am
src/msg-thread.cpp [deleted file]
src/msg-thread.h [deleted file]
src/p2.cpp
src/p2_frontend.cpp
src/p2_frontend.h
src/p2_msg.cpp
src/test_thread_pool_observer.cpp [new file with mode: 0644]
src/thread_pool_observer.cpp [new file with mode: 0644]
src/thread_pool_observer.h [new file with mode: 0644]