Added Gtest for smartcard-service
[platform/core/connectivity/smartcard-service.git] / server / include / ClientInstance.h
index 25a0bfc..7cef69d 100644 (file)
@@ -29,6 +29,7 @@
 
 namespace smartcard_service_api
 {
+       /* LCOV_EXCL_START */
        class ClientInstance
        {
        private :
@@ -57,6 +58,7 @@ namespace smartcard_service_api
 
                inline vector<ByteArray> &getCertificationHashes() { return certHashes; }
        };
+       /* LCOV_EXCL_STOP */
 } /* namespace smartcard_service_api */
 
 #endif /* CLIENTINSTANCE_H_ */