From: stephan b. <sg...@us...> - 2004-12-31 14:38:34
|
Update of /cvsroot/pclasses/pclasses2/include/pclasses/IO In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8493/include/pclasses/IO Modified Files: IOManager.h Log Message: Accomodated URL's move to IO module. Index: IOManager.h =================================================================== RCS file: /cvsroot/pclasses/pclasses2/include/pclasses/IO/IOManager.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- IOManager.h 25 Dec 2004 19:56:32 -0000 1.3 +++ IOManager.h 31 Dec 2004 14:38:25 -0000 1.4 @@ -3,7 +3,7 @@ #include "pclasses/Factory.h" #include "pclasses/Plugin/Plugin.h" -#include "pclasses/Net/URL.h" +#include "pclasses/IO/URL.h" namespace P { namespace IO { @@ -19,7 +19,6 @@ typedef ::P::PluginManager<InterfaceT> ParentType; typedef typename ParentType::FactoryFuncType FactoryFuncType; typedef typename ParentType::ResultType ResultType; - using ::P::Net::URL; IOPluginManager(){} virtual ~IOPluginManager(){} |