1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 10:26:38 +02:00

Fixed service_reference to work correctly with external classes

This commit is contained in:
Adam
2011-09-02 15:28:16 -04:00
parent feaef7cc4a
commit 17ea4ed8f5
26 changed files with 47 additions and 108 deletions
+2 -2
View File
@@ -88,10 +88,10 @@ class DBMySQL : public Module
private:
CommandSQLSync commandsqlsync;
MySQLInterface sqlinterface;
service_reference<SQLProvider> SQL;
service_reference<SQLProvider, Base> SQL;
public:
service_reference<SessionService> SessionInterface;
service_reference<SessionService, Base> SessionInterface;
time_t lastwarn;
bool ro;