]> git.tdb.fi Git - libs/net.git/commit
Add protocol framework
authorMikko Rasa <tdb@tdb.fi>
Mon, 2 Mar 2009 09:11:08 +0000 (09:11 +0000)
committerMikko Rasa <tdb@tdb.fi>
Mon, 2 Mar 2009 09:11:08 +0000 (09:11 +0000)
commitef23ca71babc753231bb2dd197be6dd7099d9804
tree93edf6bb89c233bdfb1c25b50c23f921d4cdc0a0
parent861c4e9c54df7594a362013fdf6b1e048e935ae4
Add protocol framework
Set event mask in StreamSocket when connect finishes instantly
source/communicator.cpp [new file with mode: 0644]
source/communicator.h [new file with mode: 0644]
source/protocol.cpp [new file with mode: 0644]
source/protocol.h [new file with mode: 0644]
source/receiver.h [new file with mode: 0644]
source/streamsocket.cpp