X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Ffilterinterface.h;fp=src%2Fbase%2Ffilterinterface.h;h=3150eea970581500e108f4e7365b79d5d81250d0;hb=16354e0421b316a62c6b9f7b0b4f3b8cf6f06284;hp=7addd6eb064ea66d32e4e3cbd99e8abd910a45ef;hpb=3239ef39dcee08fa6e8cd68cdf2727fc68cc7a8c;p=architektonas diff --git a/src/base/filterinterface.h b/src/base/filterinterface.h index 7addd6e..3150eea 100644 --- a/src/base/filterinterface.h +++ b/src/base/filterinterface.h @@ -6,20 +6,20 @@ /** * This is the interface that must be implemented for all - * format filter classes. The RS_FileIO class + * format filter classes. The FileIO class * uses the methods defined in here to interact with the format * filter classes. * * @author Andrew Mustun */ -class RS_FilterInterface +class FilterInterface { public: /** * Constructor. */ - RS_FilterInterface(); - virtual ~RS_FilterInterface(); + FilterInterface(); + virtual ~FilterInterface(); virtual bool canImport(RS2::FormatType t); virtual bool canExport(RS2::FormatType t);