1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 15:43:12 +02:00

Removed Service class, if we need something like it later we can add it back, but for now it's just an extra class without a purpose.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1822 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
cyberbotx
2008-11-30 16:25:26 +00:00
parent 685edb9999
commit b779e4d3bb
4 changed files with 4 additions and 49 deletions
-17
View File
@@ -1240,23 +1240,6 @@ struct capabinfo_ {
/*************************************************************************/
class CoreExport Service : public BotInfo
{
public:
/** Create a new Services pseudo-client
* @param nick The nickname to assign to the pseudo-client.
* @param user The ident to assign to the pseudo-client.
* @param host The hostname to assign to the pseudo-client.
* @param real The realname to assign to the pseudo-client.
*/
Service(const char *nick, const char *user, const char *host, const char *real);
/** Destroy a pseudo-client, cleaning up appropriately.
*/
virtual ~Service();
};
/*************************************************************************/
/*
* Forward declaration reqired, because the base IRCDProto class uses some crap from in here.
*/