]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/uid.h
Implement support for the SERVLIST command.
[user/henk/code/inspircd.git] / include / uid.h
index 772c8a7165fafb9b36e35db98b4885afa1be1add..aeacb977acd82246d6b985c8211398407ce5af71 100644 (file)
@@ -1,6 +1,10 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
+ *   Copyright (C) 2013, 2019 Sadie Powell <sadie@witchery.services>
+ *   Copyright (C) 2013 Attila Molnar <attilamolnar@hush.com>
+ *   Copyright (C) 2012 Robby <robby@chatbelgie.be>
+ *   Copyright (C) 2010 Craig Edwards <brain@inspircd.org>
  *   Copyright (C) 2007 Robin Burchell <robin+git@viroteck.net>
  *
  * This file is part of InspIRCd.  InspIRCd is free software: you can
 
 #pragma once
 
-class TestSuite;
-
 class CoreExport UIDGenerator
 {
-       friend class TestSuite;
-
+ private:
        /** Holds the current UID. Used to generate the next one.
         */
        std::string current_uid;