Skip to content

Commit b330739

Browse files
committed
init 2
1 parent 04095f3 commit b330739

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

apis/PreinstallManager/IPreinstallManager.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ struct EXTERNAL IPreinstallManager : virtual public Core::IUnknown {
4545
};
4646

4747

48-
// struct AppInstallInfo {
49-
// string packageId;
50-
// string version;
51-
// PreinstallState state;
52-
// PreinstallFailReason failReason;
53-
// };
48+
struct AppInstallInfo {
49+
string packageId;
50+
string version;
51+
PreinstallState state;
52+
PreinstallFailReason failReason;
53+
};
5454

5555

5656
// using IAppInstallInfoIterator = RPC::IIteratorType<AppInstallInfo, ID_PREINSTALL_MANAGER_INSTALL_INFO_ITERATOR>;

0 commit comments

Comments
 (0)