Add integration method, observer pattern from policy to island
This commit is contained in:
parent
1a23b618fc
commit
477dbe49a9
5 changed files with 67 additions and 13 deletions
|
|
@ -64,6 +64,11 @@ public :
|
|||
criteria.add(_criteria);
|
||||
}
|
||||
|
||||
eoSelect<EOT>& getSelect()
|
||||
{
|
||||
return selection;
|
||||
}
|
||||
|
||||
protected :
|
||||
eoSelect<EOT>& selection;
|
||||
eoContinue<EOT>& criteria;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue