Home · All Classes · Main Classes · Deprecated
Public Member Functions

MAppletServer Class Reference

Inherits MAppletCommunicator.

List of all members.

Public Member Functions

 MAppletServer ()
virtual ~MAppletServer ()
bool startServer (const QString &serverName)
virtual void closeConnection ()

Detailed Description

The MAppletServer implements a server for interprocess communication between two processes (a host application and an applet).


Constructor & Destructor Documentation

MAppletServer::MAppletServer (  ) 

Constructs a MAppletServer.

MAppletServer::~MAppletServer (  )  [virtual]

Destroys the MAppletServer.


Member Function Documentation

void MAppletServer::closeConnection (  )  [virtual]

Closes the connection.

Implements MAppletCommunicator.

bool MAppletServer::startServer ( const QString serverName  ) 

Starts the server.

Parameters:
serverName the name of the server
Returns:
true if connection setup was successful, false otherwise

Copyright © 2010 Nokia Corporation
MeeGo Touch