summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorcyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-30 16:25:26 +0000
committercyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-30 16:25:26 +0000
commitb779e4d3bb50845e6b20a083e8ed75bba3d59079 (patch)
tree0ea3c2e5de34fe9a061ef05a723e526e81ddcd76 /include
parent685edb99999068e799287d6f2178f4459ede108f (diff)
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
Diffstat (limited to 'include')
-rw-r--r--include/services.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/services.h b/include/services.h
index 587519298..66e12aeb2 100644
--- a/include/services.h
+++ b/include/services.h
@@ -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.
*/