After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 365068 - There's something fishy in the plugin system
There's something fishy in the plugin system
Status: RESOLVED NOTGNOME
Product: ekiga
Classification: Applications
Component: PTLIB
GIT master
Other All
: Normal normal
: ---
Assigned To: Ekiga maintainers
Ekiga maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-25 18:03 UTC by Snark
Modified: 2009-03-24 05:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Snark 2006-10-25 18:03:35 UTC
(1) PCREATE_PLUGIN is a macro to create a plugin. Ok.
(2) It uses the macro PCREATE_PLUGIN_REGISTERER, which is a macro to create a plugin registerer. Ok.
(3) This last macro creates a static instance of a PDevicePluginFactory<serviceType>::Worker... which is specific to *device* plugins. Not Ok!
Comment 1 Damien Sandras 2008-09-06 15:59:53 UTC
Still current?
Comment 2 Snark 2008-09-06 18:51:16 UTC
Yes... PCREATE_PLUGIN_REGISTERER still refers to PDevicePluginFactory, which from the look of it is for device plugins.
Comment 3 Matthias Schneider 2008-09-09 16:34:13 UTC
What exact places of the code are you referring to?
Comment 4 Snark 2008-09-09 18:44:43 UTC
See comment #1...