SimCon interface update: save returns a boolean, now (+ redundant virtual keywords removed).
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1724 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -109,10 +109,11 @@ void OVPController::onInstrPtrChanged(address_t instrPtr)
|
||||
m_EvList.fireActiveListeners();
|
||||
}
|
||||
|
||||
void OVPController::save(const string& path)
|
||||
bool OVPController::save(const string& path)
|
||||
{
|
||||
// TODO!
|
||||
ovpplatform.save(path);
|
||||
return false; // TODO
|
||||
}
|
||||
|
||||
void OVPController::restore(const string& path)
|
||||
|
||||
Reference in New Issue
Block a user