From c66bdd03a0d47ab749538decdf61fc3fcf2de2f0 Mon Sep 17 00:00:00 2001 From: Oliver Schinagl Date: Tue, 12 Oct 2004 07:38:31 +0000 Subject: --- Tools/header_template.hch | 25 ------------------------- Tools/source_template.hcc | 34 ---------------------------------- Tools/templates/header_template.hch | 25 +++++++++++++++++++++++++ Tools/templates/source_template.hcc | 34 ++++++++++++++++++++++++++++++++++ 4 files changed, 59 insertions(+), 59 deletions(-) delete mode 100644 Tools/header_template.hch delete mode 100644 Tools/source_template.hcc create mode 100644 Tools/templates/header_template.hch create mode 100644 Tools/templates/source_template.hcc diff --git a/Tools/header_template.hch b/Tools/header_template.hch deleted file mode 100644 index 7acf412..0000000 --- a/Tools/header_template.hch +++ /dev/null @@ -1,25 +0,0 @@ -/*! \file header_templace.hch - * - * \section generic Message build up information and more - * - * \section project Project information. - * Project Graphic Equalizer\n - * \author - * \date 20041011 - * \version 0.1 - * - * \section copyright Copyright - * Copyright ©2004 Koninklijke Philips Electronics N.V. All rights reserved - * - * \section history Change history - * 20041011: \n Initial version - * - ********************************************************************/ - -#ifndef _HEADER_TEMPLATE_HCH -#define _HEADER_TEMPLATE_HCH 1 - -#else -#error "ERROR file header_templace.hch multiple times included" -#endif /* --- _HEADER_TEMPLATE_HCH --- */ - diff --git a/Tools/source_template.hcc b/Tools/source_template.hcc deleted file mode 100644 index 657abd5..0000000 --- a/Tools/source_template.hcc +++ /dev/null @@ -1,34 +0,0 @@ -/*! \file header_templace.hcc - * - * \section generic Message build up information and more - * - * \section project Project information. - * Project Graphic Equalizer\n - * \author - * \date 20041011 - * \version 0.1 - * - * \section copyright Copyright - * Copyright ©2004 Koninklijke Philips Electronics N.V. All rights reserved - * - * \section history Change history - * 20041011: \n Initial version - * - ********************************************************************/ - -/******** System Includes *************/ - -/******** Application Includes ********/ - - - -/*! \fn void main(void); - * \brief - * - * \param void - * - * \return void - * \retval void - */ -void main(void) { -} /* --- main() --- */ diff --git a/Tools/templates/header_template.hch b/Tools/templates/header_template.hch new file mode 100644 index 0000000..7acf412 --- /dev/null +++ b/Tools/templates/header_template.hch @@ -0,0 +1,25 @@ +/*! \file header_templace.hch + * + * \section generic Message build up information and more + * + * \section project Project information. + * Project Graphic Equalizer\n + * \author + * \date 20041011 + * \version 0.1 + * + * \section copyright Copyright + * Copyright ©2004 Koninklijke Philips Electronics N.V. All rights reserved + * + * \section history Change history + * 20041011: \n Initial version + * + ********************************************************************/ + +#ifndef _HEADER_TEMPLATE_HCH +#define _HEADER_TEMPLATE_HCH 1 + +#else +#error "ERROR file header_templace.hch multiple times included" +#endif /* --- _HEADER_TEMPLATE_HCH --- */ + diff --git a/Tools/templates/source_template.hcc b/Tools/templates/source_template.hcc new file mode 100644 index 0000000..657abd5 --- /dev/null +++ b/Tools/templates/source_template.hcc @@ -0,0 +1,34 @@ +/*! \file header_templace.hcc + * + * \section generic Message build up information and more + * + * \section project Project information. + * Project Graphic Equalizer\n + * \author + * \date 20041011 + * \version 0.1 + * + * \section copyright Copyright + * Copyright ©2004 Koninklijke Philips Electronics N.V. All rights reserved + * + * \section history Change history + * 20041011: \n Initial version + * + ********************************************************************/ + +/******** System Includes *************/ + +/******** Application Includes ********/ + + + +/*! \fn void main(void); + * \brief + * + * \param void + * + * \return void + * \retval void + */ +void main(void) { +} /* --- main() --- */ -- cgit v0.12