From: Teiniker E. <tei...@us...> - 2007-01-26 12:29:54
|
Update of /cvsroot/ccmtools/ccmtools/src/templates/CppLocalTemplates In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv20060/src/templates/CppLocalTemplates Modified Files: Tag: BRANCH-FHJ MConstantDefDeclaration MInterfaceDef Log Message: Merged from 0.8.7 Index: MConstantDefDeclaration =================================================================== RCS file: /cvsroot/ccmtools/ccmtools/src/templates/CppLocalTemplates/MConstantDefDeclaration,v retrieving revision 1.1 retrieving revision 1.1.12.1 diff -C2 -d -r1.1 -r1.1.12.1 *** MConstantDefDeclaration 18 Dec 2005 23:15:54 -0000 1.1 --- MConstantDefDeclaration 26 Jan 2007 12:29:51 -0000 1.1.12.1 *************** *** 1,2 **** ! static const %(LanguageType)s %(Identifier)s; --- 1,7 ---- ! static %(LanguageType)s %(Identifier)s() ! { ! return %(ConstantValue)s ! } ! ! Index: MInterfaceDef =================================================================== RCS file: /cvsroot/ccmtools/ccmtools/src/templates/CppLocalTemplates/MInterfaceDef,v retrieving revision 1.24 retrieving revision 1.24.4.1 diff -C2 -d -r1.24 -r1.24.4.1 *** MInterfaceDef 5 Jan 2007 14:17:24 -0000 1.24 --- MInterfaceDef 26 Jan 2007 12:29:51 -0000 1.24.4.1 *************** *** 123,128 **** //============================================================================== - %(ConstantImplementation)s - %(CloseNamespace)s --- 123,126 ---- |