revise exported headers and cleanup headers
[platform/core/connectivity/smartcard-service.git] / common / include / PKCS15ODF.h
index e1a17c9..27a1b18 100644 (file)
@@ -1,28 +1,24 @@
 /*
-* Copyright (c) 2012, 2013 Samsung Electronics Co., Ltd.
-*
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*/
+ * Copyright (c) 2012, 2013 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 #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);