summaryrefslogtreecommitdiff
path: root/notification-ex/shared_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'notification-ex/shared_file.h')
-rw-r--r--notification-ex/shared_file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/notification-ex/shared_file.h b/notification-ex/shared_file.h
index f0ee5d6..da2fc52 100644
--- a/notification-ex/shared_file.h
+++ b/notification-ex/shared_file.h
@@ -34,6 +34,7 @@
namespace notification {
namespace item {
+/* LCOV_EXCL_START */
class EXPORT_API SharedFile {
public:
SharedFile();
@@ -82,6 +83,7 @@ class EXPORT_API SharedFile {
std::list<SharingData> sharing_data_list_;
std::list<SharingTarget> sharing_target_list_;
}; // class SharedFile
+/* LCOV_EXCL_STOP */
} // namespace item
} // namespace notification