Prevent CID: 388376, 404846
[Verification] TCT pass rate: 100%
Change-Id: Ieb1c60a57357156ab935c6a697715236f41d8c30
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
void InvokeListener(picojson::object& param);
private:
+ AccountInstance(const AccountInstance&) = delete;
+ AccountInstance(const AccountInstance&&) = delete;
+ AccountInstance& operator=(const AccountInstance&) = delete;
+ AccountInstance& operator=(const AccountInstance&&) = delete;
+
AccountManager* manager_;
account_subscribe_h subscribe_;