]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/base.h
Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists
[user/henk/code/inspircd.git] / include / base.h
index e41f520f54e75d19c83e38e0d13a4992ddc43fb2..f86dc94bcdd37f3be1f09eb55c007f8b1b266b48 100644 (file)
@@ -26,8 +26,8 @@
 typedef void* VoidPointer;
 typedef std::map<std::string,char*> ExtensibleStore;
 
-extern time_t TIME;
+class InspIRCd;
+
 /** The base class for all inspircd classes
 */ 
 class classbase
@@ -40,7 +40,7 @@ class classbase
        /** Constructor,
         * Sets the object's time
         */
-       classbase() { age = TIME; }
+       classbase();
        ~classbase() { }
 };
 
@@ -79,7 +79,7 @@ public:
                 */
                return this->Extension_Items.insert(std::make_pair(key, (char*)p)).second;
        }
-       
+
        /** Extend an Extensible class.
         *
         * @param key The key parameter is an arbitary string which identifies the extension data