Ejemplo n.º 1
0
void ConnectHandler::connectionProgressEventHandlerThreadSafe(std::string imAccountId,
	int currentStep, int totalSteps, std::string infoMessage) {

	connectionProgressEvent(*this, imAccountId, currentStep, totalSteps, infoMessage);
}
Ejemplo n.º 2
0
void PhApiIMConnect::connectionProgressEventHandler(PhApiWrapper & sender, int currentStep, int totalSteps, const std::string & infoMessage) {
	connectionProgressEvent(*this, currentStep, totalSteps, infoMessage);
}