c23d26ff360389f71d2c606010e6fc79a0c2cc95
[platform/framework/web/crosswalk-tizen.git] / src / extension / extension_instance.h
1 // Copyright 2015 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 #ifndef WRT_EXTENSION_EXTENSION_INSTANCE_H_
6 #define WRT_EXTENSION_EXTENSION_INSTANCE_H_
7
8 namespace wrt {
9
10 class ExtensionInstance {
11  public:
12   ExtensionInstance();
13   virtual ~ExtensionInstance();
14 };
15
16 }  // namespace wrt
17
18 #endif  // WRT_EXTENSION_EXTENSION_INSTANCE_H_