summaryrefslogtreecommitdiff
path: root/cpp/test/uwp/controller/App.xaml.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/uwp/controller/App.xaml.h')
-rw-r--r--cpp/test/uwp/controller/App.xaml.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/uwp/controller/App.xaml.h b/cpp/test/uwp/controller/App.xaml.h
index 354d2726504..2305d464a81 100644
--- a/cpp/test/uwp/controller/App.xaml.h
+++ b/cpp/test/uwp/controller/App.xaml.h
@@ -24,5 +24,7 @@ public:
private:
void OnSuspending(Platform::Object^ sender, Windows::ApplicationModel::SuspendingEventArgs^ e);
+ void SessionRevoked(Platform::Object^, Windows::ApplicationModel::ExtendedExecution::Foreground::ExtendedExecutionForegroundRevokedEventArgs^);
+ Windows::ApplicationModel::ExtendedExecution::Foreground::ExtendedExecutionForegroundSession^ _session;
};
}