We have a connector that's tested, the skeletons for the tests of a listener and...
commitca504681b0c676ef0eee4a33bca24ad29ac04cbf
authorRonald Landheer-Cieslak <ronald@landheer-cieslak.com>
Mon, 8 Oct 2007 01:59:28 +0000 (7 21:59 -0400)
committerRonald Landheer-Cieslak <ronald@landheer-cieslak.com>
Mon, 8 Oct 2007 01:59:28 +0000 (7 21:59 -0400)
treea8751a4e231fb78f3fcaf509ca779efa4bd9442a
parent301523454f7f85f94c33a7f05bd9e4fe50221234
We have a connector that's tested, the skeletons for the tests of a listener and a connection, and the skeleton of both the listener and the connection.
15 files changed:
lib/Spin/Connection.cpp [new file with mode: 0755]
lib/Spin/Connection.h [new file with mode: 0755]
lib/Spin/Connector.cpp [new file with mode: 0755]
lib/Spin/Connector.h [new file with mode: 0755]
lib/Spin/Listener.cpp [new file with mode: 0755]
lib/Spin/Listener.h [new file with mode: 0755]
lib/Spin/Private/OpenSSL.cpp
project/msvc8/Spin/Spin.vcproj
project/msvc8/Test_Spin/Test_Spin.vcproj
tests/lib/Spin/Connection.cpp [new file with mode: 0755]
tests/lib/Spin/Connection.h [new file with mode: 0755]
tests/lib/Spin/Connector.cpp [new file with mode: 0755]
tests/lib/Spin/Connector.h [new file with mode: 0755]
tests/lib/Spin/Listener.cpp [new file with mode: 0755]
tests/lib/Spin/Listener.h [new file with mode: 0755]