fix back some errors inserted by previous refactoring
- move PBIL classes in deprecated/, superseeded by the EDO module
This commit is contained in:
parent
aa5dbe82c6
commit
646f20934e
17 changed files with 30 additions and 30 deletions
|
|
@ -31,7 +31,7 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
|
||||
/** EO Factory. A factory is used to create other objects. In particular,
|
||||
it can be used so that objects of that kind can<EFBFBD>t be created in any other
|
||||
it can be used so that objects of that kind can't be created in any other
|
||||
way. It should be instantiated with anything that needs a factory, like selectors
|
||||
or whatever; but the instance class should be the parent class from which all the
|
||||
object that are going to be created descend. This class basically defines an interface,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue