Changeset 21007
- Timestamp:
- 01/16/08 21:09:30 (11 months ago)
- Files:
-
- juggler/trunk/modules/vapor/ChangeLog (modified) (1 diff)
- juggler/trunk/modules/vapor/VERSION (modified) (1 diff)
- juggler/trunk/modules/vapor/test/TestSuite/TestCases/IO/Socket/AveragingAllocationStrategyTest.cpp (added)
- juggler/trunk/modules/vapor/test/TestSuite/TestCases/IO/Socket/AveragingAllocationStrategyTest.h (added)
- juggler/trunk/modules/vapor/test/TestSuite/TestCases/IO/Socket/Makefile.in (modified) (1 diff)
- juggler/trunk/modules/vapor/vpr/IO/Socket/AveragingAllocationStrategy.cpp (added)
- juggler/trunk/modules/vapor/vpr/IO/Socket/AveragingAllocationStrategy.h (added)
- juggler/trunk/modules/vapor/vpr/IO/Socket/Makefile.in (modified) (1 diff)
- juggler/trunk/vc7/VPR/VPR.vcproj (modified) (2 diffs)
- juggler/trunk/vc8/VPR/VPR.vcproj (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/modules/vapor/ChangeLog
r21003 r21007 1 1 DATE AUTHOR CHANGE 2 2 ---------- -------- ----------------------------------------------------------- 3 2008-01-16 patrick Added vpr::AveragingAllocationStrategy for use with 4 vpr::NoPushWriter. 5 NEW VERSION: 2.1.11 3 6 2008-01-13 patrick Folded vpr::SocketBasicOpt and vpr::SocketIpOpt into 4 7 vpr::Socket_t<T>. Folded vpr::SocketStreamOpt into juggler/trunk/modules/vapor/VERSION
r21003 r21007 1 2.1.11-0 @01/17/2008 03:10:00 UTC@ 1 2 2.1.10-0 @01/13/2008 14:15:00 UTC@ 2 3 2.1.9-0 @01/12/2008 15:20:00 UTC@ juggler/trunk/modules/vapor/test/TestSuite/TestCases/IO/Socket/Makefile.in
r21001 r21007 41 41 top_srcdir= @top_srcdir@ 42 42 43 SRCS= InetAddrTest.cpp \ 43 SRCS= AveragingAllocationStrategyTest.cpp \ 44 InetAddrTest.cpp \ 44 45 MaximumAllocationStrategyTest.cpp \ 45 46 NoPushWriterTest.cpp \ juggler/trunk/modules/vapor/vpr/IO/Socket/Makefile.in
r21003 r21007 51 51 SUBOBJDIR= $(VPR_LIBRARY) 52 52 53 SRCS= ConnectionAbortedException.cpp \ 53 SRCS= AveragingAllocationStrategy.cpp \ 54 ConnectionAbortedException.cpp \ 54 55 ConnectionRefusedException.cpp \ 55 56 ConnectionResetException.cpp \ juggler/trunk/vc7/VPR/VPR.vcproj
r21004 r21007 192 192 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"> 193 193 <File 194 RelativePath="..\..\modules\vapor\vpr\IO\Socket\AveragingAllocationStrategy.cpp"> 195 </File> 196 <File 194 197 RelativePath="..\..\modules\vapor\vpr\IO\Stats\BandwidthIOStatsStrategy.cpp"> 195 198 </File> … … 411 414 Name="Header Files" 412 415 Filter="h;hpp;hxx;hm;inl;inc"> 416 <File 417 RelativePath="..\..\modules\vapor\vpr\IO\Socket\AveragingAllocationStrategy.h"> 418 </File> 413 419 <File 414 420 RelativePath="..\..\modules\vapor\vpr\Util\Assert.h"> juggler/trunk/vc8/VPR/VPR.vcproj
r21004 r21007 557 557 > 558 558 <File 559 RelativePath="..\..\modules\vapor\vpr\IO\Socket\AveragingAllocationStrategy.cpp" 560 > 561 </File> 562 <File 559 563 RelativePath="..\..\modules\vapor\vpr\IO\Stats\BandwidthIOStatsStrategy.cpp" 560 564 > … … 850 854 > 851 855 <File 856 RelativePath="..\..\modules\vapor\vpr\IO\Socket\AveragingAllocationStrategy.h" 857 > 858 </File> 859 <File 852 860 RelativePath="..\..\modules\vapor\vpr\Util\Assert.h" 853 861 >
