]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/channelmanager.h
Suggested by nenolod, lets add this for thread signal safety
[user/henk/code/inspircd.git] / include / channelmanager.h
index c19876859527fc94fca2beee7260b5db56ef73cb..b5493529d7d1ee810ec6af0f6026c21ebc6da478 100644 (file)
 #ifndef __CHANNELMANAGER_H
 #define __CHANNELMANAGER_H
 
+/** THe channel manager class allocates and deallocates channels and manages
+ * the container which holds them. For some reason, nobody finished this.
+ * TODO: Finish in future release!
+ */
 class CoreExport ChannelManager : public Extensible
 {
  private:
        InspIRCd *ServerInstance;
  public:
+       /** Constructor
+        */
        ChannelManager(InspIRCd *Instance) : ServerInstance(Instance)
        {
        }