From 80d55b0388ef5883202fa13035115d79046b3072 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 23 Feb 2008 19:01:12 +0000 Subject: Renamed AbstractFilesystemFactory to FilesystemFactory svn-id: r30935 --- backends/fs/symbian/symbian-fs-factory.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'backends/fs/symbian') diff --git a/backends/fs/symbian/symbian-fs-factory.h b/backends/fs/symbian/symbian-fs-factory.h index 4b663fd6b9..502fba2930 100644 --- a/backends/fs/symbian/symbian-fs-factory.h +++ b/backends/fs/symbian/symbian-fs-factory.h @@ -26,14 +26,14 @@ #define SYMBIAN_FILESYSTEM_FACTORY_H #include "common/singleton.h" -#include "backends/fs/abstract-fs-factory.h" +#include "backends/fs/fs-factory.h" /** * Creates SymbianFilesystemNode objects. * - * Parts of this class are documented in the base interface class, AbstractFilesystemFactory. + * Parts of this class are documented in the base interface class, FilesystemFactory. */ -class SymbianFilesystemFactory : public AbstractFilesystemFactory, public Common::Singleton { +class SymbianFilesystemFactory : public FilesystemFactory, public Common::Singleton { public: typedef Common::String String; -- cgit v1.2.3