[Verification] Code compiles without errors and warnings.
Change-Id: I97e2be3bf3e08f841fd1688142311ed7af4a390b
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
}
ApplicationManager::ApplicationManager(ApplicationInstance& instance) :
- instance_(instance),
- pkgmgr_client_handle_(nullptr) {
+ pkgmgr_client_handle_(nullptr),
+ instance_(instance) {
LoggerD("Enter");
}
public:
TerminateHandler(int callback_id, ApplicationInstance* app_instance) :
callback_handle_(callback_id),
- app_instance_(app_instance),
pid_(-1),
- timeout_id_(0) {
+ timeout_id_(0),
+ app_instance_(app_instance) {
}
void set_pid(pid_t pid) {