[licq-im/licq] 692b88: api: Move destructor from PluginData to Plugin
[email protected] Mon, 12 Sep 2011 12:49:24 -0700
| Newsgroups | gmane.network.licq.cvs |
|---|---|
| Message-ID | <[email protected]> |
Branch: refs/heads/master
Home: https://github.com/licq-im/licq
Commit: 692b8879dbcf8ce5afc15358f9e39be90734c362
https://github.com/licq-im/licq/commit/692b8879dbcf8ce5afc15358f9e39be90734c362
Author: Anders Olofsson <[email protected]>
Date: 2011-09-12 (Mon, 12 Sep 2011)
Changed paths:
M licq/include/licq/plugin/generalbase.h
M licq/include/licq/plugin/plugin.h
M licq/include/licq/plugin/protocolbase.h
M licq/src/icq/icqprotocolplugin.cpp
M licq/src/plugin/generalplugin.cpp
M licq/src/plugin/generalplugin.h
M licq/src/plugin/pluginmanager.cpp
M licq/src/plugin/protocolplugin.cpp
M licq/src/plugin/protocolplugin.h
M licq/src/plugin/tests/generalplugintest.cpp
M licq/src/plugin/tests/plugintest.cpp
M licq/src/plugin/tests/protocolplugintest.cpp
Log Message:
-----------
api: Move destructor from PluginData to Plugin
This removes the need to store a reaper pointer for each plugin.
Commit: cc0c31e68233e11d42c4d081dd7c3a485a4b6202
https://github.com/licq-im/licq/commit/cc0c31e68233e11d42c4d081dd7c3a485a4b6202
Author: Anders Olofsson <[email protected]>
Date: 2011-09-12 (Mon, 12 Sep 2011)
Changed paths:
M aosd/src/plugin.cpp
M aosd/src/plugin.h
M auto-reply/src/autoreply.cpp
M auto-reply/src/autoreply.h
M auto-reply/src/main.cpp
M console/src/console.cpp
M console/src/console.h
M console/src/main.cpp
M forwarder/src/forwarder.cpp
M forwarder/src/forwarder.h
M forwarder/src/main.cpp
M jabber/src/jabberplugin.cpp
M jabber/src/plugin.cpp
M jabber/src/plugin.h
M msn/src/msn.cpp
M msn/src/msn.h
M msn/src/plugin.cpp
M osd/src/licq-osd.cpp
M osd/src/licq-osd.h
M osd/src/plugin.cpp
M qt4-gui/src/core/plugin.cpp
M qt4-gui/src/core/plugin.h
M rms/src/main.cpp
M rms/src/rms.cpp
M rms/src/rms.h
Log Message:
-----------
api: Update plugins for revised destructor handling
Compare: https://github.com/licq-im/licq/compare/61141b6...cc0c31e