Contents
QRemoteServiceControl Class Reference
The QRemoteServiceControl class manages instances of remote service objects. More...
#include <QRemoteServiceControl>
Public Functions
QRemoteServiceControl ( QObject * parent = 0 ) | |
~QRemoteServiceControl () | |
void | publishServices ( const QString & ident ) |
Detailed Description
The QRemoteServiceControl class manages instances of remote service objects.
This class instanciates IPC based service objects which have been registered via QRemoteServiceClassRegister. It owns each created service object instance and ensures that the platform specific IPC mechanism publishes the required service object to other processes in the system.