Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The ServerTaskFactoryIface class defines the interface to server task plug-ins. More...
#include <ServerTaskFactoryIface>
Inherited by ServerTaskPlugin.
The ServerTaskFactoryIface class defines the interface to server task plug-ins.
The ServerTaskFactoryIface class defines the interface to server task plug-ins. Plug-ins will typically inherit from ServerTaskPlugin rather than this class.
See also ServerTaskPlugin and QtopiaServerApplication.
Returns true if the task should be started on demand, otherwise false which implies preemptive startup.
Initializes and returns the new server task object. createArg is currently an unused parameter which may be used by future versions of Qtopia.
Returns the name of the server task. The name is used to identify the task and may be used in QPEDIR/etc/Task.cfg to determine the startup priority of this task.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |