Update of /cvsroot/csp/APPLICATIONS/SimData/Include/SimData
In directory sc8-pr-cvs1:/tmp/cvs-serv4436/Include/SimData
Modified Files:
PTS.h ObjectInterface.h
Log Message:
Index: PTS.h
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/Include/SimData/PTS.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** PTS.h 18 Jul 2003 19:43:26 -0000 1.1
--- PTS.h 22 Jul 2003 07:47:05 -0000 1.2
***************
*** 2,18 ****
* Simulated Partial Template Specialization
*
- * Adapted from: metactrl.h
- * by Krzysztof Czarnecki & Ulrich Eisenecker
- */
-
- /* The following functions come from chapter 10 of the indispensable book
- * Generative Programming by Krzysztof Czarnecki & Ulrich Eisenecker
- * (C) Copyright Krzysztof Czarnecki & Ulrich Eisenecker 1998-2000.
- * Permission to copy, use, modify, sell and distribute this software is
- * granted provided this copyright notice appears in all copies. In case of
- * modification, the modified files should carry a notice stating that
- * you changed the files.
- * This software is provided "as is" without express or implied
- * warranty, and with no claim as to its suitability for any purpose.
*/
--- 2,5 ----
Index: ObjectInterface.h
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/Include/SimData/ObjectInterface.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** ObjectInterface.h 18 Jul 2003 19:47:17 -0000 1.20
--- ObjectInterface.h 22 Jul 2003 07:47:05 -0000 1.21
***************
*** 378,381 ****
--- 378,399 ----
#ifdef __PTS_SIM__
+ /*
+ * Simulated Partial Template Specialization
+ *
+ * Adapted from: metactrl.h
+ * by Krzysztof Czarnecki & Ulrich Eisenecker
+ */
+
+ /* The following functions come from chapter 10 of the indispensable book
+ * Generative Programming by Krzysztof Czarnecki & Ulrich Eisenecker
+ * (C) Copyright Krzysztof Czarnecki & Ulrich Eisenecker 1998-2000.
+ * Permission to copy, use, modify, sell and distribute this software is
+ * granted provided this copyright notice appears in all copies. In case of
+ * modification, the modified files should carry a notice stating that
+ * you changed the files.
+ * This software is provided "as is" without express or implied
+ * warranty, and with no claim as to its suitability for any purpose.
+ */
+
namespace PTS {
|