mirror of
				https://github.com/pocoproject/poco.git
				synced 2025-10-30 13:47:10 +01:00 
			
		
		
		
	- introduced Poco::Dynamic namespace
- moved/renamed: Poco::DynamicAny => Poco::Dynamic::Var Poco::DynamicAny typedef for backward compatibility (deprecated) DynamicAny.h forwarding header for backward compatibility (deprecated) Poco::DynamicAnyHolder => Poco::Dynamic::VarHolder DynamicAnyHolder.h forwarding header for backward compatibility (deprecated) Poco::DynamicStruct => Poco::Dynamic::Struct Poco::DynamicStruct typedef for backward compatibility (deprecated) DynamicStruct.h forwarding header for backward compatibility (deprecated) - changed FastMutex to Mutex in Data::SessionPool (deadlocking)
This commit is contained in:
		| @@ -87,7 +87,7 @@ void SessionPoolTest::testSessionPool() | ||||
| 	assert (pool.dead() == 0); | ||||
| 	assert (pool.allocated() == pool.used() + pool.idle()); | ||||
| 	Session s1(pool.get()); | ||||
|  | ||||
| 	 | ||||
| 	try { pool.setFeature("f1", true); fail ("must fail"); } | ||||
| 	catch ( Poco::InvalidAccessException& ) { } | ||||
| 	 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aleksandar Fabijanic
					Aleksandar Fabijanic