From a45c37a31eae86424d3b72ebb07604d6d1fa8bd3 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 15 Jul 2014 22:08:40 +0200 Subject: Fixed PlatformGuard name spelling * its called a "platform" and not a "plattform" as in German... --- src/plattform_guard.h | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 src/plattform_guard.h (limited to 'src/plattform_guard.h') diff --git a/src/plattform_guard.h b/src/plattform_guard.h deleted file mode 100644 index ccc9449..0000000 --- a/src/plattform_guard.h +++ /dev/null @@ -1,25 +0,0 @@ -#ifndef INPUTXSLT_SRC_PLATTFORM_GUARD_H_ -#define INPUTXSLT_SRC_PLATTFORM_GUARD_H_ - -#include -#include - -#include "support/include_entity_resolver.h" - -namespace InputXSLT { - -class PlattformGuard { - public: - PlattformGuard(const std::vector&); - ~PlattformGuard(); - - IncludeEntityResolver* getEntityResolver(); - - private: - IncludeEntityResolver include_resolver_; - -}; - -} - -#endif // INPUTXSLT_SRC_PLATTFORM_GUARD_H_ -- cgit v1.2.3