javaextensions/midppush/pushcontroller/src/pushserverconnpluginmanager.cpp
branchRCL_3
changeset 17 0fd27995241b
parent 14 04becd199f91
equal deleted inserted replaced
15:f9bb0fca356a 17:0fd27995241b
   365     JELOG2(EJavaPush);
   365     JELOG2(EJavaPush);
   366     std::string schemeStr(aScheme.begin(),aScheme.end());
   366     std::string schemeStr(aScheme.begin(),aScheme.end());
   367     std::string dllNameStr(PREFIX_OF_SRV_CONN_PLUGIN);
   367     std::string dllNameStr(PREFIX_OF_SRV_CONN_PLUGIN);
   368     dllNameStr.append(schemeStr);
   368     dllNameStr.append(schemeStr);
   369     dllNameStr.append(SUFFIX_OF_SRV_CONN_PLUGIN);
   369     dllNameStr.append(SUFFIX_OF_SRV_CONN_PLUGIN);
   370     WLOG1(EJavaPush,"Name of the loaded dll: %s",dllNameStr.c_str());
   370     ILOG1(EJavaPush,"Name of the loaded dll: %s",dllNameStr.c_str());
   371     return dllNameStr;
   371     return dllNameStr;
   372 }
   372 }
   373 
   373 
   374 /**
   374 /**
   375  *
   375  *