Changeset 21001
- Timestamp:
- 01/12/08 15:47:33 (11 months ago)
- Files:
-
- juggler/trunk/modules/vapor/test/TestSuite/TestCases/IO/Socket/Makefile.in (modified) (1 diff)
- juggler/trunk/modules/vapor/test/TestSuite/TestCases/IO/Socket/MaximumAllocationStrategyTest.cpp (added)
- juggler/trunk/modules/vapor/test/TestSuite/TestCases/IO/Socket/MaximumAllocationStrategyTest.h (added)
- juggler/trunk/modules/vapor/vpr/IO/Socket/Makefile.in (modified) (1 diff)
- juggler/trunk/modules/vapor/vpr/IO/Socket/MaximumAllocationStrategy.cpp (added)
- juggler/trunk/modules/vapor/vpr/IO/Socket/MaximumAllocationStrategy.h (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/modules/vapor/test/TestSuite/TestCases/IO/Socket/Makefile.in
r20997 r21001 42 42 43 43 SRCS= InetAddrTest.cpp \ 44 MaximumAllocationStrategyTest.cpp \ 44 45 NoPushWriterTest.cpp \ 45 46 SimpleAllocationStrategiesTest.cpp juggler/trunk/modules/vapor/vpr/IO/Socket/Makefile.in
r20997 r21001 54 54 ConnectionRefusedException.cpp \ 55 55 ConnectionResetException.cpp \ 56 MaximumAllocationStrategy.cpp \ 56 57 NoPushWriter.cpp \ 57 58 NoRouteToHostException.cpp \
