Add integration method, observer pattern from policy to island

This commit is contained in:
quemy 2012-11-10 19:22:59 +01:00
commit 477dbe49a9
5 changed files with 67 additions and 13 deletions

View file

@ -64,6 +64,11 @@ public :
criteria.add(_criteria);
}
eoSelect<EOT>& getSelect()
{
return selection;
}
protected :
eoSelect<EOT>& selection;
eoContinue<EOT>& criteria;