Add function to wrap model in order to create homogeneous model easily

This commit is contained in:
quemy 2012-12-21 11:39:46 +01:00
commit fc2ea957a4
7 changed files with 39 additions and 92 deletions

View file

@ -125,6 +125,8 @@ public:
*/
virtual void receive(void);
AIsland<bEOT> clone() const;
protected:
/**