initialize volues

This commit is contained in:
satbaby
2012-05-09 17:33:34 +02:00
parent a79e374cab
commit 489d88a9a2
9 changed files with 27 additions and 9 deletions

View File

@@ -31,7 +31,7 @@
#include "eventserver.h"
void CEventServer::registerEvent2(const unsigned int eventID, const unsigned int ClientID, const std::string udsName)
void CEventServer::registerEvent2(const unsigned int eventID, const unsigned int ClientID, const std::string &udsName)
{
strcpy(eventData[eventID][ClientID].udsName, udsName.c_str());
}