From: stephan b. <st...@s1...> - 2004-12-25 01:59:42
|
On Saturday 25 December 2004 02:53, stephan beal wrote: > MyType * m = P::Factory<MyType>::create( "MyType" ); Sorry, that's a lie. It should read: MyType * m = P::Factory<MyType>::instance().create( "MyType" ); This works for any factory types: mime, IO, etc. -- ----- st...@s1... http://s11n.net "...pleasure is a grace and is not obedient to the commands of the will." -- Alan W. Watts |