Clean up header files about wrt 89/91589/4
authorsangwan.kwon <sangwan.kwon@samsung.com>
Mon, 10 Oct 2016 09:23:42 +0000 (18:23 +0900)
committersangwan kwon <sangwan.kwon@samsung.com>
Thu, 13 Oct 2016 07:18:37 +0000 (00:18 -0700)
Change-Id: I6a22072d0cb2b52e74d5b0d626baec026ff21176
Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
src/vcore/CertStoreType.cpp
src/vcore/CertStoreType.h
src/vcore/CertificateIdentifier.h
src/vcore/SignatureFinder.h
src/vcore/ValidatorFactories.h

index 7e8cf0dce57726b22a5f3ddf6a0a9b82c91b764e..89a91d329a0d40ca6db95b79c8eb00b5f0cd1d59 100644 (file)
@@ -18,8 +18,7 @@
  * @file        CertStoreType.cpp
  * @version     1.0
  * @brief       Identification of certificate domain. Certificate domains
- *              were defined in WAC 1.0 documentation. This is a part
- *              should be implemented in wrt-installer.
+ *              were defined in WAC 1.0 documentation.
  */
 #include <vcore/CertStoreType.h>
 
index 630b4787e8464570659c2893e6e3b5c977e90b1f..c24e4e0a9c336e7186e8b9e4fffa2b8ee239e64c 100644 (file)
@@ -18,8 +18,7 @@
  * @file        CertStoreType.h
  * @version     1.0
  * @brief       Identification of certificate domain. Certificate domains
- *              were defined in WAC 1.0 documentation. This is a part
- *              should be implemented in wrt-installer.
+ *              were defined in WAC 1.0 documentation.
  */
 #ifndef _VALIDATION_CORE_CERTSTORETYPE_H_
 #define _VALIDATION_CORE_CERTSTORETYPE_H_
index 6e807d43de393da9c46e1d2b9885fbc4a71a2715..54739494d0a01c28f5c1b3f9d2b34668117e67dd 100644 (file)
  * @version     1.0
  * @brief
  */
-#ifndef \
-    _WRT_ENGINE_SRC_INSTALLER_CORE_VALIDATION_CORE_CERTIFICATEIDENTIFICATOR_H_
-#define \
-       _WRT_ENGINE_SRC_INSTALLER_CORE_VALIDATION_CORE_CERTIFICATEIDENTIFICATOR_H_
+#pragma once
 
 #include <map>
 
@@ -68,5 +65,3 @@ private:
        FingerPrintMap fingerPrintMap;
 };
 } // namespace ValidationCore
-
-#endif // _WRT_ENGINE_SRC_INSTALLER_CORE_VALIDATION_CORE_CERTIFICATEIDENTIFICATOR_H_
index 77925e949117c88f84bfc943fc38747d02d371b6..4fea63af91f5ccd469a48161ae49c14337182654 100644 (file)
@@ -18,8 +18,6 @@
  * @author      Bartlomiej Grzelewski (b.grzelewski@samsung.com)
  * @version     1.0
  * @brief       Search for author-signature.xml and signatureN.xml files.
- *              This class is WAC 2.0 specific and shuld be moved to
- *              wrt-installer.
  */
 #ifndef _VALIDATION_CORE_SIGNATUREFINDER_H_
 #define _VALIDATION_CORE_SIGNATUREFINDER_H_
index 0c752795d3b597f09dd87f44ca416e6a637979a5..92d216e3026fa41b22e2a47cb43b184eea16dc99 100644 (file)
@@ -19,8 +19,7 @@
  * @version     1.0
  * @brief
  */
-#ifndef _WRT_ENGINE_SRC_INSTALLER_CORE_VALIDATION_CORE_VALIDATORFACTORY_H_
-#define _WRT_ENGINE_SRC_INSTALLER_CORE_VALIDATION_CORE_VALIDATORFACTORY_H_
+#pragma once
 
 #include <vcore/CertificateIdentifier.h>
 
@@ -32,5 +31,3 @@ namespace ValidationCore {
 
 const CertificateIdentifier &createCertificateIdentifier();
 } // namespace ValidationCore
-
-#endif // _WRT_ENGINE_SRC_INSTALLER_CORE_VALIDATION_CORE_VALIDATORFACTORY_H_