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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « locales/ru.ini ('k') | src/engine/UpdateInstallDialog.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/engine/UpdateInstallDialog.h
===================================================================
new file mode 100644
--- /dev/null
+++ b/src/engine/UpdateInstallDialog.h
@@ -0,0 +1,18 @@
+#ifndef UPDATE_INSTALL_DIALOG_H
+#define UPDATE_INSTALL_DIALOG_H
+
+class UpdateInstallDialog
+{
+public:
+ UpdateInstallDialog();
+ ~UpdateInstallDialog();
+ bool Show();
+
+private:
+ HWND window;
+
+ UpdateInstallDialog(const UpdateInstallDialog&);
+ UpdateInstallDialog& operator=(const UpdateInstallDialog&);
+};
+
+#endif
« 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