fix header dependency 90/10290/1 accepted/tizen/ivi/stable accepted/tizen_ivi_release tizen_ivi_release accepted/tizen/20130926.103420 accepted/tizen/20130926.191009 accepted/tizen/20130926.204307 accepted/tizen/generic/20140228.075931 accepted/tizen/generic/20140312.093133 accepted/tizen/ivi/20140227.222159 accepted/tizen/ivi/panda/20140312.104117 accepted/tizen/ivi/release/20140312.124240 accepted/tizen/mobile/20140303.023247 accepted/tizen_ivi_stable/20131119.040335 submit/tizen/20130926.095810 submit/tizen/20140227.200600 submit/tizen/20140312.070657 submit/tizen_ivi_release/20140312.071133 submit/tizen_ivi_stable/20131119.035333
authorYoungjae Shin <yj99.shin@samsung.com>
Thu, 26 Sep 2013 09:53:44 +0000 (18:53 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Thu, 26 Sep 2013 09:53:44 +0000 (18:53 +0900)
Change-Id: I190546e34fbc788165980a3023a66052cd2acbbb

17 files changed:
client/include/ClientChannel.h
client/include/Reader.h
client/include/SEService.h
client/include/SEServiceListener.h
client/include/Session.h
common/include/Channel.h
common/include/FileObject.h
common/include/GDBusHelper.h
common/include/GPACE.h
common/include/Lock.h
common/include/PKCS15.h
common/include/ReaderHelper.h
common/include/SEServiceHelper.h
common/include/Serializable.h
common/include/SessionHelper.h
common/include/SignatureHelper.h
common/include/Terminal.h

index bd0fcf6476e29b5bdc26b3538121a143c3d846f2..9b94394491d7a269845c600b52f5f76fab7114ad 100644 (file)
@@ -21,6 +21,7 @@
 #include <gio/gio.h>
 #endif
 
+#include "Debug.h"
 #include "smartcard-types.h"
 #ifdef __cplusplus
 #include "Channel.h"
index f913446088e5fa72131da333f526a67e2b2fd4cb..f2f010385d24c5e3cc0c3b18cc41215084b90f36 100644 (file)
@@ -22,6 +22,7 @@
 #include <gio/gio.h>
 #endif
 
+#include "Debug.h"
 #include "smartcard-types.h"
 #ifdef __cplusplus
 #include "ReaderHelper.h"
index 4ecda276e7d142f37c4d17436f43d7e25d390b4b..ade4068553ec8df0116a7ff9bc55ce3021ab75ab 100644 (file)
@@ -22,6 +22,7 @@
 #include <gio/gio.h>
 #endif
 
+#include "Debug.h"
 #include "smartcard-types.h"
 #ifdef __cplusplus
 #include "SEServiceListener.h"
index 21c53f437d35e6efa372f38c9ae26c88598439fc..886b91811ab02b0268639c5d06a40b534659f277 100644 (file)
@@ -17,6 +17,8 @@
 #ifndef SESERVICELISTENER_H_
 #define SESERVICELISTENER_H_
 
+#include "Debug.h"
+
 namespace smartcard_service_api
 {
        class SEServiceHelper;
index 0117d7c0d0fcee7cbcf88146a9ef24ccd0e59eca..5eff4553af1a3d2eed3c56cf29372a97c7af988a 100644 (file)
@@ -21,6 +21,7 @@
 #include <gio/gio.h>
 #endif
 
+#include "Debug.h"
 #include "smartcard-types.h"
 #ifdef __cplusplus
 #include "SessionHelper.h"
index 102606cb670614d670c3d3cdde27f7edea443fa5..da0b472352436ad7765f36aafe0f8c928c10c88a 100644 (file)
@@ -17,6 +17,7 @@
 #ifndef CHANNEL_H_
 #define CHANNEL_H_
 
+#include "Debug.h"
 #include "Synchronous.h"
 #include "ByteArray.h"
 #include "Exception.h"
index cf6be8c82b07075fc9794c9493a151301c8b2af7..3f879bbf6d15b06de114bd82272cc449ec38d931 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <vector>
 
+#include "Debug.h"
 #include "ProviderHelper.h"
 #include "ByteArray.h"
 #include "FCI.h"
index eae14ddfc7c4dab35fb27c67a52682d1d5662ec6..73edb100e0ecd3a4c4d5c55a2d884518b0452f3b 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <glib.h>
 
+#include "Debug.h"
 #include "ByteArray.h"
 
 namespace smartcard_service_api
index 128d55e6cef91ab78beec69641c67b400313fb70..c69f59f5f9142922a8ac0fcdcb4003789f394b04 100644 (file)
@@ -17,6 +17,7 @@
 #ifndef GPACE_H_
 #define GPACE_H_
 
+#include "Debug.h"
 #include "smartcard-types.h"
 #ifdef __cplusplus
 #include "AccessControlList.h"
index 19974d966bdc5acf5a5658c8646bc6c0a9400922..0339d08c597259ebc8be0c61987a61b6afaf25fc 100644 (file)
@@ -19,6 +19,8 @@
 
 #include <pthread.h>
 
+#include "Debug.h"
+
 namespace smartcard_service_api
 {
        class EXPORT Lock
index d0faed4ab43b2bf194fdeaa04797b6dfc664011e..e7bbb7cbadbed5e1fce5108f4440d7f760e1ba94 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <map>
 
+#include "Debug.h"
 #include "PKCS15Object.h"
 #include "PKCS15ODF.h"
 
index a89d72db728c9cac4cd4f1242030eb043705df7b..e3c0b8de73f1dfe7ede30895053e8c7b2fa98a4b 100644 (file)
@@ -20,6 +20,7 @@
 #include <vector>
 #include <string>
 
+#include "Debug.h"
 #include "Synchronous.h"
 #include "SessionHelper.h"
 
index 3c57b4175203a850f838fa7bb8a29da2c43c2e2c..999c293e67566cd975ea907799159644b18ef23c 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <vector>
 
+#include "Debug.h"
 #include "Synchronous.h"
 #include "ReaderHelper.h"
 
index aaf9b756817046f3a6e0ab9f66d7eddc0f1ba4e9..98ada48f8de26e78a1d6efe36942371048955c80 100644 (file)
@@ -17,6 +17,7 @@
 #ifndef SERIALIZABLE_H_
 #define SERIALIZABLE_H_
 
+#include "Debug.h"
 #include "ByteArray.h"
 
 namespace smartcard_service_api
index b1a33c18d4867ed8b97b6033acf8097d42d92d67..513790edd05b72394bf642f99df3433b6fe7aa99 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <vector>
 
+#include "Debug.h"
 #include "Synchronous.h"
 #include "ByteArray.h"
 #include "Channel.h"
index 9644d9b34eb4b70d1f0e79464fe47ff266cdb12d..1da40781f23afd10adae091beefc7403a7aa82b9 100644 (file)
@@ -22,8 +22,8 @@
 #include "ByteArray.h"
 #endif /* __cplusplus */
 
-#include "smartcard-types.h"
 #include "Debug.h"
+#include "smartcard-types.h"
 
 #ifdef __cplusplus
 using namespace std;
index f55cbb7dc4ef6cb7d41e89263d6c89c001346360..1b7d7b320da3ba2e44458d63a679bf48d8595084 100644 (file)
@@ -17,6 +17,7 @@
 #ifndef TERMINAL_H_
 #define TERMINAL_H_
 
+#include "Debug.h"
 #include "ByteArray.h"
 #include "Synchronous.h"