Fixed build issue by adding Builder contructor with const args
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Fri, 4 Mar 2016 23:51:05 +0000 (00:51 +0100)
committerJee Hyeok Kim <jihyeok13.kim@samsung.com>
Tue, 15 Mar 2016 13:56:23 +0000 (13:56 +0000)
commit06c66db45037966dbcec31f6c4bb9ba3fd13fa02
tree7157bcfa31e4171a6f10b2d10946954f12d0f61c
parent77f5a745361dfd79addd79899e0cb5863330e34b
Fixed build issue by adding Builder contructor with const args

Problem was observed while building on Tizen:2.4:Mobile (g++ 4.9.2):

    libresource_hosting.so: undefined reference to \
    `OIC::Service::RCSResourceObject::Builder::Builder(std::string const&, std::string const&, std::string const&)'

This message appeared while building RHSampleApp using tizen-sdk 2.4.0 Rev4
with imported libs (built with gbs from Tizen:2.4:Mobile repo)

Change-Id: I3064b9e7234edcabbefe40b5e469413e72127fae
Origin: https://github.com/TizenTeam/iotivity/tree/sandbox/pcoval/for-upstream
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/5575
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Ziran Sun <ziran.sun@samsung.com>
Reviewed-by: Robert Spielmann <spielmann@kellendonk.de>
service/resource-encapsulation/include/RCSResourceObject.h
service/resource-encapsulation/src/serverBuilder/src/RCSResourceObject.cpp