X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fobjcsourcefile.h;h=2069615b5c921ee821dcdfe9d08baa97e29ae0ed;hb=HEAD;hp=fda3d293ed8079d452eb6452ffd7a029449d5c14;hpb=bde362811368647047f3ca13bdec596f092ecffe;p=builder.git diff --git a/source/objcsourcefile.h b/source/objcsourcefile.h deleted file mode 100644 index fda3d29..0000000 --- a/source/objcsourcefile.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef OBJCSOURCEFILE_H_ -#define OBJCSOURCEFILE_H_ - -#include "csourcefile.h" - -/** -Represents an Objective-C source file. -*/ -class ObjCSourceFile: public CSourceFile -{ -public: - ObjCSourceFile(Builder &, const Msp::FS::Path &); - ObjCSourceFile(Builder &, const Component &, const Msp::FS::Path &); - - const char *get_type() const override { return "ObjCSourceFile"; } - -protected: - void parse_includes(Msp::IO::Base &) override; -}; - -#endif