mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
* Increment to devel version 0.3, and start breaking things. * server/CommClient.cpp, server/CommClient.h, server/CommServer.cpp, server/CommServer.h, server/server.cpp, server/CommListener.cpp, server/CommListener.h, server/CommMetaClient.cpp, server/CommMetaClient.h, server/CommSocket.cpp, server/CommSocket.h: Refactor network code so metaserver and listen socket are no longer special cases, opening up the way for a database connection handler.
9 lines
232 B
C++
9 lines
232 B
C++
// This file may be redistributed and modified only under the terms of
|
|
// the GNU General Public License (See COPYING for details).
|
|
// Copyright (C) 2000,2001 Alistair Riddoch
|
|
|
|
#include "CommSocket.h"
|
|
|
|
CommSocket::~CommSocket()
|
|
{
|
|
}
|