summaryrefslogtreecommitdiff
path: root/project2/common/if.h
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2011-11-25 18:59:27 +0000
committerrandomdan <randomdan@localhost>2011-11-25 18:59:27 +0000
commit32ac0ea4cceda81de49cc9a8ec1b85546745e068 (patch)
treeb4add212bcaed76600a562e5cda562718f3a2294 /project2/common/if.h
parentTransactional caches (diff)
downloadproject2-32ac0ea4cceda81de49cc9a8ec1b85546745e068.tar.bz2
project2-32ac0ea4cceda81de49cc9a8ec1b85546745e068.tar.xz
project2-32ac0ea4cceda81de49cc9a8ec1b85546745e068.zip
Remove the need to implement loadComplete which is empty in most cases
Restructure presenters in layers based on features allowing for simpler cache implementations Minor XSLT changes to support new layout from presentation which is more consistent
Diffstat (limited to 'project2/common/if.h')
-rw-r--r--project2/common/if.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/project2/common/if.h b/project2/common/if.h
index b33bca1..7a13fea 100644
--- a/project2/common/if.h
+++ b/project2/common/if.h
@@ -23,7 +23,6 @@ class If : public IHaveSubTasks, public View, public IfSet {
public:
If(const xmlpp::Element *);
- virtual void loadComplete(const CommonObjects*);
virtual void execute(const Presenter*) const;
virtual void execute() const;