From c07ad72f016930e2aba6471d0e2e9625b935bf9a Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Thu, 24 Jan 2019 17:52:53 +0100 Subject: Remove cframework files from master Change-Id: I02f17ede1cf97986a8b8852ed6d6a28fc016f590 Signed-off-by: Mauro Sardara --- .../TextPlain/longBowReportTextPlain_About.h | 54 ---------------------- 1 file changed, 54 deletions(-) delete mode 100755 longbow/src/LongBow/Reporting/TextPlain/longBowReportTextPlain_About.h (limited to 'longbow/src/LongBow/Reporting/TextPlain/longBowReportTextPlain_About.h') diff --git a/longbow/src/LongBow/Reporting/TextPlain/longBowReportTextPlain_About.h b/longbow/src/LongBow/Reporting/TextPlain/longBowReportTextPlain_About.h deleted file mode 100755 index 08f69eb2..00000000 --- a/longbow/src/LongBow/Reporting/TextPlain/longBowReportTextPlain_About.h +++ /dev/null @@ -1,54 +0,0 @@ -// DO NOT EDIT THIS FILE. IT IS AUTOMATICALLY GENERATED. -// longbow-generate-about 1.0.20170214.46e2c73a 2017-02-14T20:35:31Z - -#ifndef longBowReportTextPlain_About_h -#define longBowReportTextPlain_About_h -/** - * Embedded string containing information for the what(1) command. - * - */ -extern const char *longBowReportTextPlain_What; - -/** - * Return the name as a C string. - * - * @return The name as a C string. - */ -const char *longBowReportTextPlainAbout_Name(void); - -/** - * Return the version as a C string. - * - * @return The version as a C string. - */ -const char *longBowReportTextPlainAbout_Version(void); - -/** - * Return the About text as a C string. - * - * @return The About text as a C string. - */ -const char *longBowReportTextPlainAbout_About(void); - -/** - * Return the minimum copyright notice as a C string. - * - * @return The minimum copyright notice as a C string. - */ -const char *longBowReportTextPlainAbout_MiniNotice(void); - -/** - * Return the short copyright notice as a C string. - * - * @return The short copyright notice as a C string. - */ -const char *longBowReportTextPlainAbout_ShortNotice(void); - -/** - * Return the long copyright notice as a C string. - * - * @return The long copyright notice as a C string. - */ -const char *longBowReportTextPlainAbout_LongNotice(void); - -#endif // longBowReportTextPlain_About_h -- cgit 1.2.3-korg