We have a decision as to how the server should work wrt new connections.
commit064df2f407f500f63355a92a3a8b9ba7646f6f0d
authorRonald Landheer-Cieslak <ronald@landheer-cieslak.com>
Mon, 10 Sep 2007 02:50:38 +0000 (9 22:50 -0400)
committerRonald Landheer-Cieslak <ronald@landheer-cieslak.com>
Mon, 10 Sep 2007 02:50:38 +0000 (9 22:50 -0400)
tree47d525ec2bc69f3b2990f443946d5bee8515ddc5
parent981191f26aadd74088ead30a8c39bbeddff642c3
We have a decision as to how the server should work wrt new connections.
The implementation isn't quite finished yet, but at least it's pretty clear
which way it's going: we're using handlers rather than observers
13 files changed:
lib/Spin/Handlers/NewConnectionHandler.cpp [new file with mode: 0755]
lib/Spin/Handlers/NewConnectionHandler.h [new file with mode: 0755]
lib/Spin/Private/ConnectionHandler.h
lib/Spin/Private/Logger.cpp
lib/Spin/Private/Logger.h
lib/Spin/Private/ObservationAdapter.h
lib/Spin/Private/atomicPrimitives.h
lib/Spin/Server.cpp
lib/Spin/Server.h
project/msvc8/Spin/Spin.vcproj
project/msvc8/Test_Spin/Test_Spin.vcproj
tests/Spin/Logger.cpp [new file with mode: 0755]
tests/Spin/Logger.h [new file with mode: 0755]