- Improved the speed of IrcServerHandler (and other BasicHandler
[quassel.git] / src / core / core.h
index fc20772..ae39dc1 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-07 by the Quassel IRC Team                         *
+ *   Copyright (C) 2005-08 by the Quassel Project                          *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -50,13 +50,14 @@ class Core : public QObject {
     static void restoreState();
 
   private slots:
-    bool startListening(uint port = DEFAULT_PORT);
+    bool startListening(uint port = Global::defaultPort);
     void stopListening();
     void incomingConnection();
     void clientHasData();
     void clientDisconnected();
 
-    bool initStorageSqlite(QVariantMap dbSettings, bool setup);
+    bool initStorage(QVariantMap dbSettings, bool setup);
+    bool initStorage(QVariantMap dbSettings);
 
   private:
     Core();