revise exported headers and cleanup headers
[platform/core/connectivity/smartcard-service.git] / common / include / PKCS15ODF.h
index 3139959..27a1b18 100644 (file)
 #ifndef PKCS15ODF_H_
 #define PKCS15ODF_H_
 
-/* standard library header */
 #include <map>
 
-/* SLP library header */
-
-/* local header */
 #include "FileObject.h"
 #include "PKCS15DODF.h"
 
@@ -30,10 +26,10 @@ using namespace std;
 
 namespace smartcard_service_api
 {
-       class PKCS15ODF: public PKCS15Object
+       class PKCS15ODF : public PKCS15Object
        {
        private:
-               bool parseData(ByteArray data);
+               bool parseData(const ByteArray &data);
                PKCS15DODF *dodf;
 
        public:
@@ -44,7 +40,7 @@ namespace smartcard_service_api
 
 //             PKCS15ODF();
                PKCS15ODF(Channel *channel);
-               PKCS15ODF(Channel *channel, ByteArray selectResponse);
+               PKCS15ODF(Channel *channel, const ByteArray &selectResponse);
                ~PKCS15ODF();
 
                int getPuKDFPath(ByteArray &path);