Merge lp:~e-koenigs/charon-templates/charon-templates into lp:charon-templates

Proposed by Eric Koenigs
Status: Needs review
Proposed branch: lp:~e-koenigs/charon-templates/charon-templates
Merge into: lp:charon-templates
Diff against target: 26 lines (+0/-6)
2 files modified
src/res/NonTemp.cpp (+0/-3)
src/res/Temp.hxx (+0/-3)
To merge this branch: bzr merge lp:~e-koenigs/charon-templates/charon-templates
Reviewer Review Type Date Requested Status
Charon-Developers Pending
Review via email: mp+114667@code.launchpad.net
To post a comment you must log in.

Unmerged revisions

97. By Eric Koenigs

Removes all occurences of the deprecated AVOID_REEXECUTION macro.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/res/NonTemp.cpp'
2--- src/res/NonTemp.cpp 2011-11-16 12:54:34 +0000
3+++ src/res/NonTemp.cpp 2012-07-12 15:42:48 +0000
4@@ -34,9 +34,6 @@
5 }
6
7 void @ModuleName@::execute() {
8- PARAMETEREDOBJECT_AVOID_REEXECUTION;
9- ParameteredObject::execute();
10-
11 // your code goes here :-)
12 }
13
14
15=== modified file 'src/res/Temp.hxx'
16--- src/res/Temp.hxx 2011-04-03 10:56:10 +0000
17+++ src/res/Temp.hxx 2012-07-12 15:42:48 +0000
18@@ -38,9 +38,6 @@
19
20 template <typename T>
21 void @ModuleName@<T>::execute() {
22- PARAMETEREDOBJECT_AVOID_REEXECUTION;
23- ParameteredObject::execute();
24-
25 // your code goes here :-)
26 }
27

Subscribers

People subscribed via source and target branches