From c7fde102e325b423b1b153a78f7544697c052b72 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 2 Oct 2008 16:58:59 +0000 Subject: Renamed FilesystemNode -> FSNode svn-id: r34716 --- base/plugins.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'base/plugins.h') diff --git a/base/plugins.h b/base/plugins.h index 10fbc7d5e0..bb99818648 100644 --- a/base/plugins.h +++ b/base/plugins.h @@ -32,7 +32,7 @@ namespace Common { class FSList; - class FilesystemNode; + class FSNode; } @@ -242,7 +242,7 @@ protected: * @param node the FSNode of the loadable code module * @return a pointer to a Plugin instance, or 0 if an error occurred. */ - virtual Plugin *createPlugin(const Common::FilesystemNode &node) const = 0; + virtual Plugin *createPlugin(const Common::FSNode &node) const = 0; /** * Check if the supplied file corresponds to a loadable plugin file in @@ -251,7 +251,7 @@ protected: * @param node the FSNode of the file to check * @return true if the filename corresponds to a plugin, false otherwise */ - virtual bool isPluginFilename(const Common::FilesystemNode &node) const; + virtual bool isPluginFilename(const Common::FSNode &node) const; /** * Optionally add to the list of directories to be searched for -- cgit v1.2.3