summaryrefslogtreecommitdiffstats
path: root/Tools/templates
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2004-10-12 07:38:31 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2004-10-12 07:38:31 (GMT)
commitc66bdd03a0d47ab749538decdf61fc3fcf2de2f0 (patch)
tree30981499140261264be01f9914244ce560f30f11 /Tools/templates
parentefeb1f481412b309fbdd2c57f87a654fc7528efd (diff)
downloadTASS-c66bdd03a0d47ab749538decdf61fc3fcf2de2f0.zip
TASS-c66bdd03a0d47ab749538decdf61fc3fcf2de2f0.tar.gz
TASS-c66bdd03a0d47ab749538decdf61fc3fcf2de2f0.tar.bz2
Diffstat (limited to 'Tools/templates')
-rw-r--r--Tools/templates/header_template.hch25
-rw-r--r--Tools/templates/source_template.hcc34
2 files changed, 59 insertions, 0 deletions
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() --- */