Skip to content
Snippets Groups Projects
Commit b019b7da authored by Ruud Overeem's avatar Ruud Overeem
Browse files

Bug 1000: Also compiles with gcc 4.1

parent 50327b58
No related branches found
No related tags found
No related merge requests found
...@@ -59,14 +59,14 @@ class EventPort ...@@ -59,14 +59,14 @@ class EventPort
public: public:
// EventPort (servicename, type, protocol, hostname) // EventPort (servicename, type, protocol, hostname)
EventPort::EventPort(const string& aServiceMask, EventPort(const string& aServiceMask,
bool aServerSocket, bool aServerSocket,
int aProtocol, int aProtocol,
const string& aHostname = "", const string& aHostname = "",
bool syncCommunication = false); bool syncCommunication = false);
// ~EventPort // ~EventPort
EventPort::~EventPort(); ~EventPort();
// connect() // connect()
bool connect(); bool connect();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment