Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Side by Side Diff: third_party/sqlite/src/vsixtest/App.xaml.h

Issue 2751253002: [sql] Import SQLite 3.17.0. (Closed)
Patch Set: also clang on Linux i386 Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/sqlite/src/vsixtest/App.xaml ('k') | third_party/sqlite/src/vsixtest/App.xaml.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 //
2 // App.xaml.h
3 // Declaration of the App class.
4 //
5
6 #pragma once
7
8 #include "App.g.h"
9
10 namespace vsixtest
11 {
12 /// <summary>
13 /// Provides application-specific behavior to supplement the default App lication class.
14 /// </summary>
15 ref class App sealed
16 {
17 protected:
18 virtual void OnLaunched(Windows::ApplicationModel::Activation::L aunchActivatedEventArgs^ e) override;
19
20 internal:
21 App();
22
23 private:
24 void OnSuspending(Platform::Object^ sender, Windows::Application Model::SuspendingEventArgs^ e);
25 void OnNavigationFailed(Platform::Object ^sender, Windows::UI::X aml::Navigation::NavigationFailedEventArgs ^e);
26 };
27 }
OLDNEW
« no previous file with comments | « third_party/sqlite/src/vsixtest/App.xaml ('k') | third_party/sqlite/src/vsixtest/App.xaml.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698