Made forcedPoll non-virtual so it doesn't break the ABI
This commit is contained in:
@@ -79,7 +79,7 @@ class epicsShareClass sinqAxis : public asynMotorAxis {
|
||||
the parameter library operation fails (in that case, returns the status of
|
||||
the failed operation).
|
||||
*/
|
||||
virtual asynStatus forcedPoll(bool *moving);
|
||||
asynStatus forcedPoll(bool *moving);
|
||||
|
||||
/**
|
||||
* @brief Implementation of the "proper", device-specific poll method. This
|
||||
|
||||
Reference in New Issue
Block a user