- Added ConcreteSimulation, but not coded it`s behaviour
- Made Simulation a singleton git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@771 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
1506c46287
commit
4ab7123ced
7 changed files with 316 additions and 231 deletions
|
@ -55,7 +55,7 @@ namespace sgpem
|
|||
Any object returned after the call to Simulation will be returned to the output
|
||||
devices(s) in a human-readable format.
|
||||
*/
|
||||
class SG_DLLEXPORT TextSimulation : public Simulation, public sigc::trackable
|
||||
class SG_DLLEXPORT TextSimulation : public sigc::trackable
|
||||
{
|
||||
public:
|
||||
~TextSimulation();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue