[eq-commit] SF.net SVN: equalizer: [1357] trunk/src
Brought to you by:
eile
|
From: <ei...@us...> - 2007-09-26 16:48:03
|
Revision: 1357
http://equalizer.svn.sourceforge.net/equalizer/?rev=1357&view=rev
Author: eile
Date: 2007-09-26 09:47:14 -0700 (Wed, 26 Sep 2007)
Log Message:
-----------
Introduce data input and output streams to be used for eqNet::Object
(de)serialization and (un)packing. Add basic test for new classes.
Documentation and sample code will follow when data streams are actually
used.
[ ] May break build
[ ] Breaks existing applications
[ ] Bugfix
[x] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/VS2005/Equalizer.vcproj
trunk/src/lib/Makefile
trunk/src/lib/net/connection.cpp
trunk/src/lib/net/connection.h
trunk/src/lib/net/connection.ipp
trunk/src/lib/net/deltaMasterCM.h
trunk/src/lib/net/node.cpp
trunk/src/lib/net/object.cpp
trunk/src/lib/net/object.h
trunk/src/lib/net/types.h
trunk/src/tests/Makefile
Added Paths:
-----------
trunk/src/lib/base/buffer.h
trunk/src/lib/net/dataIStream.h
trunk/src/lib/net/dataOStream.cpp
trunk/src/lib/net/dataOStream.h
trunk/src/tests/dataStream/
trunk/src/tests/dataStream/Makefile
trunk/src/tests/dataStream/test.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|