Change-Id: I1b91f32a75ad642a342957469d1b2dee60f6fa32
string uri = "";
typedef std::map<std::string, std::string> map_type;
static Service local_service;
- void *result_ptr = NULL;
bool SecureConnectionSupport = false;
static bool success_get_id;
static string remote_device_id;
- static std::map<std::string, std::string> dev_id_map;
public:
Service();
bool Service::success_get_id = false;
string Service::remote_device_id = "";
-std::map<std::string, std::string> Service::dev_id_map;
Service::Service()
{