From 03499a1c7449f469a7f5a6bbda18100f45f9b3a6 Mon Sep 17 00:00:00 2001 From: kervala Date: Tue, 14 Jun 2016 19:55:17 +0200 Subject: [PATCH] Changed: More operations --- code/ryzom/tools/client/ryzom_installer/src/operationdialog.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/ryzom/tools/client/ryzom_installer/src/operationdialog.h b/code/ryzom/tools/client/ryzom_installer/src/operationdialog.h index b1a42cbb9..c37f08e42 100644 --- a/code/ryzom/tools/client/ryzom_installer/src/operationdialog.h +++ b/code/ryzom/tools/client/ryzom_installer/src/operationdialog.h @@ -89,8 +89,10 @@ protected: // operations void downloadData(); + void extractDownloadedData(); void downloadClient(); - void copyServerFiles(); + void extractDownloadedClient(); + void copyDataFiles(); void copyProfileFiles(); void cleanFiles(); void extractBnpClient();