[Push] refactored module for using multiple managers 86/85486/6
authorPiotr Kosko <p.kosko@samsung.com>
Thu, 25 Aug 2016 09:33:31 +0000 (11:33 +0200)
committertaekeun.kang <taekeun.kang@samsung.com>
Tue, 1 Nov 2016 06:09:33 +0000 (15:09 +0900)
commite43a4a4c1d8a40ec6b0a1414780f282417a23746
tree3bd4a893e467d2a8799fff01ac8e6043d536bc6d
parent94c064fb04abc7f607dbd01dd68a8fee494e62cc
[Push] refactored module for using multiple managers

[Feature] This commit is the first step for applying new policy
  about push module. There would be used different behaviour, dependant
  to current version of application. Currently module was refactored to
  hold tizen 2.4 behaviour. Tizen 3.0 would be implemented in next commits.

[Verification] Code compiles without errors.
  Passrate didn't change.

Change-Id: If26e03352db134b2a5fb5b1a8def46343732c41b
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
src/push/push.gyp
src/push/push_extension.cc
src/push/push_extension.h
src/push/push_instance.cc
src/push/push_instance.h
src/push/push_manager.cc
src/push/push_manager.h
src/push/push_manager_common.cc [new file with mode: 0644]
src/push/push_manager_common.h [new file with mode: 0644]