Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: src/engine/UpdateInstallDialog.h

Issue 11304082: Download updates automatically, ask to install from a modeless dialog (Closed)
Patch Set: Calculate sizes dynamically Created Aug. 2, 2013, 10:47 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « locales/ru.ini ('k') | src/engine/UpdateInstallDialog.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 #ifndef UPDATE_INSTALL_DIALOG_H
2 #define UPDATE_INSTALL_DIALOG_H
3
4 class UpdateInstallDialog
5 {
6 public:
7 UpdateInstallDialog();
8 ~UpdateInstallDialog();
9 bool Show();
10
11 private:
12 HWND window;
13
14 UpdateInstallDialog(const UpdateInstallDialog&);
15 UpdateInstallDialog& operator=(const UpdateInstallDialog&);
16 };
17
18 #endif
OLDNEW
« no previous file with comments | « locales/ru.ini ('k') | src/engine/UpdateInstallDialog.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld