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 7e8cf0d..89a91d3 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 630b478..c24e4e0 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 6e807d4..5473949 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 77925e9..4fea63a 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 0c75279..92d216e 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_