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

Delta Between Two Patch Sets: src/engine/UpdateInstallDialog.h

Issue 11304082: Download updates automatically, ask to install from a modeless dialog (Closed)
Left Patch Set: Created July 31, 2013, 7:16 p.m.
Right 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « locales/ru.ini ('k') | src/engine/UpdateInstallDialog.cpp » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 #ifndef UPDATE_INSTALL_DIALOG_H 1 #ifndef UPDATE_INSTALL_DIALOG_H
2 #define UPDATE_INSTALL_DIALOG_H 2 #define UPDATE_INSTALL_DIALOG_H
3 3
4 class UpdateInstallDialog 4 class UpdateInstallDialog
5 { 5 {
6 public: 6 public:
7 UpdateInstallDialog(); 7 UpdateInstallDialog();
8 ~UpdateInstallDialog(); 8 ~UpdateInstallDialog();
9 bool Show(); 9 bool Show();
10 10
11 private: 11 private:
12 HWND window; 12 HWND window;
13 13
14 UpdateInstallDialog(const UpdateInstallDialog&); 14 UpdateInstallDialog(const UpdateInstallDialog&);
15 UpdateInstallDialog& operator=(const UpdateInstallDialog&); 15 UpdateInstallDialog& operator=(const UpdateInstallDialog&);
16 void CreateText();
17 void CreateButtons();
18 }; 16 };
19 17
20 #endif 18 #endif
LEFTRIGHT

Powered by Google App Engine
This is Rietveld