From d4f9c465fdbda627baa6a2f7d5ce65e246116e51 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Tue, 10 Sep 2013 18:37:35 +0200 Subject: [PATCH] BDaemonClient: add comment --- headers/private/package/DaemonClient.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/headers/private/package/DaemonClient.h b/headers/private/package/DaemonClient.h index 339f04bfa3..043668199e 100644 --- a/headers/private/package/DaemonClient.h +++ b/headers/private/package/DaemonClient.h @@ -46,6 +46,9 @@ public: status_t CommitTransaction( const BActivationTransaction& transaction, BCommitTransactionResult& _result); + // B_OK only means _result is initialized, + // not the success of committing the + // transaction status_t CreateTransaction( BPackageInstallationLocation location,