|
From: stephan b. <st...@s1...> - 2004-12-25 16:06:52
|
Yo, Christian!
If you're busy on other code, i will be happy to port the IOManager. i
believe it can be effectively implemented by subclassing PluginManager
and adding convenience overloads for the string-taking functions:
normal func:
bool provides( const std::string & feature );
overload:
bool provides( const URL & feature ) {
return provides(feature.protocol());
}
--
----- st...@s1... http://s11n.net
"...pleasure is a grace and is not obedient to the commands
of the will." -- Alan W. Watts
|