Apply changed namespace of PrimitiveResource for ResourceCache
authorjyong2.kim <jyong2.kim@samsung.com>
Wed, 17 Jun 2015 11:56:45 +0000 (20:56 +0900)
committerUze Choi <uzchoi@samsung.com>
Thu, 18 Jun 2015 02:02:47 +0000 (02:02 +0000)
add PrimitiveResource's namespace.
update library name that is 'service_common'.

Change-Id: I3ae06aff72d208f3966da4a42f98f7ce37f445c9
Signed-off-by: jyong2.kim <jyong2.kim@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/1327
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
Tested-by: Uze Choi <uzchoi@samsung.com>
service/basis/resourceCache/SConscript
service/basis/resourceCache/include/CacheTypes.h

index 754f7ad..f2d263e 100644 (file)
@@ -43,7 +43,7 @@ target_os = env.get('TARGET_OS')
 ######################################################################
 resourcecache_env.AppendUnique(CPPPATH = ['include'])
 resourcecache_env.AppendUnique(CPPPATH = ['../common/primitiveResource/include'])
-resourcecache_env.PrependUnique(LIBS = ['ServiceCommon', 'oc', 'octbstack', 'oc_logger', 'connectivity_abstraction', 'libcoap'])
+resourcecache_env.PrependUnique(LIBS = ['service_common', 'oc', 'octbstack', 'oc_logger', 'connectivity_abstraction', 'libcoap'])
 
 if target_os not in ['windows', 'winrt']:
        resourcecache_env.AppendUnique(CXXFLAGS = ['-O2', '-g', '-Wall', '-fmessage-length=0', '-std=c++11'])
index 260038f..8793cb8 100644 (file)
@@ -33,6 +33,8 @@
 
 #define CACHE_TAG  PCF("CACHE")
 
+using namespace OIC::Service;
+
 class DataCache;
 
 enum class REPORT_FREQUENCY