mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
initialize volues
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
@@ -68,7 +68,7 @@ class CEventServer
|
||||
unsigned int dataSize;
|
||||
};
|
||||
|
||||
void registerEvent2(const unsigned int eventID, const unsigned int ClientID, const std::string udsName);
|
||||
void registerEvent2(const unsigned int eventID, const unsigned int ClientID, const std::string &udsName);
|
||||
void registerEvent(const int fd);
|
||||
void unRegisterEvent2(const unsigned int eventID, const unsigned int ClientID);
|
||||
void unRegisterEvent(const int fd);
|
||||
|
Reference in New Issue
Block a user