Replace to_string and stoi
authorCaiwen Zhang <caiwen.zhang@intel.com>
Thu, 18 Sep 2014 17:56:05 +0000 (01:56 +0800)
committerCaiwen Zhang <caiwen.zhang@intel.com>
Thu, 18 Sep 2014 17:58:16 +0000 (01:58 +0800)
commitdcfe2eb3bee0296aee3cc4453f4237c784251671
tree849534e3d22e74f79f44a77cbe68d5c12d5f5120
parentd76e73c28f3cd3d57dab586b808c84ea85461e22
Replace to_string and stoi

Part of C++11 features aren't supported by Android NDK, includes
to_string and stoi. Replace them with snprintf and atoi.

Change-Id: I6edda1856ab34c0e1dcc23daef0b105875a09189
examples/ocicuc/light_resource.hpp
include/OCApi.h