]> jfr.im git - irc/rizon/znc.git/commit
Move CExecSock to ExecSock.h
authorUli Schlachter <redacted>
Sun, 3 Apr 2011 09:13:37 +0000 (11:13 +0200)
committerUli Schlachter <redacted>
Sun, 3 Apr 2011 09:50:41 +0000 (11:50 +0200)
commit1761fe71e45bb49a510a42d26267df45ac373d90
treef8fc654475786218ee49470230c72960abe2fc93
parentac5c021c93d4394b3bad6bf02a4dab6ee6a4b169
Move CExecSock to ExecSock.h

As a result, Utils.h no longer has to include Socket.h and lots of stuff breaks.

Due to a severe case of lazyness, some of the code for CExecSock is still in
Utils.cpp. Feel free to fix if you really have to.

Signed-off-by: Uli Schlachter <redacted>
DCCSock.h
ExecSock.h [new file with mode: 0644]
FileUtils.cpp
FileUtils.h
Template.cpp
modules/extra/motdfile.cpp
modules/extra/shell.cpp