diff options
Diffstat (limited to 'cpp/test/TestSuite/8.0/App.xaml.h')
-rw-r--r-- | cpp/test/TestSuite/8.0/App.xaml.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/cpp/test/TestSuite/8.0/App.xaml.h b/cpp/test/TestSuite/8.0/App.xaml.h deleted file mode 100644 index 3526e1c11b8..00000000000 --- a/cpp/test/TestSuite/8.0/App.xaml.h +++ /dev/null @@ -1,28 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved. -// -// This copy of Ice is licensed to you under the terms described in the -// ICE_LICENSE file included in this distribution. -// -// ********************************************************************** - -#pragma once - -#include "App.g.h" - -namespace TestSuite -{ -/// <summary> -/// Provides application-specific behavior to supplement the default Application class. -/// </summary> -ref class App sealed -{ -public: - App(); - virtual void OnLaunched(Windows::ApplicationModel::Activation::LaunchActivatedEventArgs^ pArgs) override; - -private: - void OnSuspending(Platform::Object^ sender, Windows::ApplicationModel::SuspendingEventArgs^ e); -}; -} |