2 * Copyright (c) 2010-2014, Haiku, Inc.
3 * Distributed under the terms of the MIT license.
6 * Ćukasz 'Sil2100' Zemczak <sil2100@vexillium.org>
8 #ifndef PACKAGE_INSTALL_H
9 #define PACKAGE_INSTALL_H
19 P_MSG_I_FINISHED
= 'pifi',
20 P_MSG_I_ABORT
= 'piab',
21 P_MSG_I_ERROR
= 'pier'
25 class PackageInstall
{
27 PackageInstall(PackageView
* parent
);
42 PackageScript
* fCurrentScript
;
43 BLocker fCurrentScriptLocker
;
44 int32 fItemExistsPolicy
;
48 #endif // PACKAGE_INSTALL_H