CA: Enable Building C++ Samples, remove hardcoded connectivity type
authoromkar <omkar.m.hegde@intel.com>
Fri, 16 Jan 2015 00:31:15 +0000 (16:31 -0800)
committerSudarshan Prasad <sudarshan.prasad@intel.com>
Tue, 20 Jan 2015 22:42:52 +0000 (22:42 +0000)
commit6d410b83e26e778f7c04ce2243ec3f072834a487
treeb85cb87977615bd5ecbd9b228ca15aa68f672a9d
parentca5de2cffc1fbce01225e983ebef74cc7ae01d52
CA: Enable Building C++ Samples, remove hardcoded connectivity type

Modifying the C++ examples SConscript to build samples.
Modifying C++ samples to remove hard coded Connectivity Type.
Instead, accepting it as command line argument from the user.
Remove hard coded Multicast URl. Instead, added URLs for CA
in ocstack.h .

Change-Id: If7c16ae75ec9aa492f4d523cf382eb0f9930c417
Signed-off-by: omkar <omkar.m.hegde@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/148
Reviewed-by: Sashi Penta <sashi.kumar.penta@intel.com>
Reviewed-by: Erich Keane <erich.keane@intel.com>
Reviewed-by: Sudarshan Prasad <sudarshan.prasad@intel.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
13 files changed:
resource/csdk/stack/include/ocstack.h
resource/examples/SConscript
resource/examples/devicediscoveryclient.cpp
resource/examples/fridgeclient.cpp
resource/examples/garageclient.cpp
resource/examples/groupclient.cpp
resource/examples/groupserver.cpp
resource/examples/presenceclient.cpp
resource/examples/roomclient.cpp
resource/examples/simpleclient.cpp
resource/examples/simpleclientHQ.cpp
resource/examples/simpleclientserver.cpp
resource/examples/threadingsample.cpp