[Push] Plugin stubs
[platform/core/api/webapi-plugins.git] / src / push / push_instance.cc
1 // Copyright 2014 Samsung Electronics Co, Ltd. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "common/logger.h"
6
7 #include "push/push_instance.h"
8 #include "push/push_manager.h"
9
10 namespace extension {
11 namespace push {
12
13 PushInstance::PushInstance() {
14     LoggerD("Enter");
15 }
16
17 PushInstance::~PushInstance() {
18     LoggerD("Enter");
19 }
20
21 }  // namespace push
22 }  // namespace extension