mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
initialize volues
Origin commit data
------------------
Branch: ni/coolstream
Commit: 489d88a9a2
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-05-09 (Wed, 09 May 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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