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

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

Issue 2747283002: [sql] Import reference version of SQLite 3.17.. (Closed)
Patch Set: 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
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/sqlite-src-3170000/vsixtest/App.xaml ('k') | third_party/sqlite/sqlite-src-3170000/vsixtest/App.xaml.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698