javaextensions/midppush/pushcontroller/src/pushserverconnpluginmanager.cpp
changeset 23 98ccebc37403
parent 21 2a9601315dfc
equal deleted inserted replaced
21:2a9601315dfc 23:98ccebc37403
   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  *