mirror of
https://github.com/znc/znc.git
synced 2026-08-08 01:43:03 +02:00
Add and use CZNCSock instead of Csock everywhere
This class will be used to implement async DNS in a later commit. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1550 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
+3
-3
@@ -9,7 +9,7 @@
|
||||
#ifndef _FILEUTILS_H
|
||||
#define _FILEUTILS_H
|
||||
|
||||
#include "Csocket.h"
|
||||
#include "Socket.h"
|
||||
#include "ZNCString.h"
|
||||
#include <dirent.h>
|
||||
#include <map>
|
||||
@@ -284,9 +284,9 @@ protected:
|
||||
};
|
||||
|
||||
//! @author imaginos@imaginos.net
|
||||
class CExecSock : public Csock {
|
||||
class CExecSock : public CZNCSock {
|
||||
public:
|
||||
CExecSock() : Csock() {
|
||||
CExecSock() : CZNCSock() {
|
||||
m_iPid = -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user