Enable build with iniparser v 3.1
[platform/framework/native/appfw.git] / inc / FSecCertICertificateSelector.h
index ce67118..13cccc4 100644 (file)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -32,12 +31,12 @@ namespace Tizen { namespace Security { namespace Cert
 
 /**
  *  @interface ICertificateSelector
- *  @brief                     This interface is a selector that defines a set of criterion for selecting certificates.
+ *  @brief             This interface is a selector that defines a set of criterion for selecting certificates.
  *
  *     @since                  2.0
  *
  * The %ICertificateSelector interface is a selector that defines a set of criterion for selecting certificates.
- *     The classes that implement this interface are used to specify the certificates, which must be retrieved from a certificate store. @n
+ * The classes that implement this interface are used to specify the certificates, which must be retrieved from a certificate store. @n
  *
  * For more information on the class features, see <a href="../org.tizen.native.appprogramming/html/guide/security/certificate_namespace.htm">Certificates</a>.
  *
@@ -69,7 +68,7 @@ public:
         *
         * @param[in]   certificateType         The certificate type
         */
-       virtual void SetType(const CertificateType certificateType) = 0;
+       virtual void SetType(CertificateType certificateType) = 0;
 
 protected:
        //