Update of /cvsroot/ccmtools/ccmtools/src/templates/CppLocalTemplates
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv18099/src/templates/CppLocalTemplates
Modified Files:
MComponentDef
Log Message:
C++ assemblies
Index: MComponentDef
===================================================================
RCS file: /cvsroot/ccmtools/ccmtools/src/templates/CppLocalTemplates/MComponentDef,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** MComponentDef 5 Jan 2007 14:17:24 -0000 1.23
--- MComponentDef 20 Feb 2007 15:36:41 -0000 1.24
***************
*** 405,408 ****
--- 405,409 ----
#include <%(ComponentInclude)s_share.h>
+ %(AssemblyInnerComponentInclude)s
%(OpenNamespace)s
***************
*** 426,429 ****
--- 427,431 ----
%(MAttributeDefVariable)s
%(MSupportsDefVariable)s
+ %(AssemblyInnerComponentVariable)s
public:
***************
*** 486,495 ****
%(Identifier)s_impl::%(Identifier)s_impl()
{
! // OPTIONAL : IMPLEMENT ME HERE !
}
%(Identifier)s_impl::~%(Identifier)s_impl()
{
! // OPTIONAL : IMPLEMENT ME HERE !
}
--- 488,497 ----
%(Identifier)s_impl::%(Identifier)s_impl()
{
! %(AssemblyInnerComponentVariableCreation)s
}
%(Identifier)s_impl::~%(Identifier)s_impl()
{
! %(AssemblyInnerComponentVariableDestruction)s
}
|