diff options
Diffstat (limited to 'support/hololens/ServoApp/ServoControl/Servo.h')
-rw-r--r-- | support/hololens/ServoApp/ServoControl/Servo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/hololens/ServoApp/ServoControl/Servo.h b/support/hololens/ServoApp/ServoControl/Servo.h index 6369a05364c..1667118b499 100644 --- a/support/hololens/ServoApp/ServoControl/Servo.h +++ b/support/hololens/ServoApp/ServoControl/Servo.h @@ -95,6 +95,7 @@ public: virtual bool OnServoAllowNavigation(hstring) = 0; virtual void OnServoAnimatingChanged(bool) = 0; virtual void OnServoIMEStateChanged(bool) = 0; + virtual void OnServoDevtoolsStarted(bool, unsigned int) = 0; virtual void Flush() = 0; virtual void MakeCurrent() = 0; virtual void OnServoMediaSessionMetadata(hstring, hstring, hstring) = 0; |