Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The ServerTaskPlugin class provides an abstract base class for all server task plug-ins. More...
#include <ServerTaskPlugin>
Inherits QObject and ServerTaskFactoryIface.
The ServerTaskPlugin class provides an abstract base class for all server task plug-ins.
The plug-in must override name(). The Qt Extended network plug-ins can be found under QPEDIR/src/server/plugins. Note that plugin based server tasks can only ever be referenced by name (also see QtopiaServerApplication::qtopiaTask()).
For more information on how to develop plug-in based server tasks refer to the Server task plug-in tutorial.
See also ServerTaskFactoryIface.
Constructs a ServerTaskPlugin instance with the given parent.
Destroys the ServerTaskPlugin instance.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |