1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-24 18:25:23 +01:00

Added private Shutdown() method to PRDevice to disable all drivers and switch rules before Close().

This commit is contained in:
gstellenberg
2009-05-26 21:05:55 -05:00
parent c5ca833732
commit 8fd8939ee8
2 changed files with 27 additions and 0 deletions

View File

@@ -121,6 +121,7 @@ protected:
// Local Device State
void Shutdown();
void Reset();
PRMachineType machineType;
PRDriverGlobalConfig driverGlobalConfig;