switch Cyclone to submodule on it's own git repo
[picodrive.git] / platform / uiq2 / launcher / SimpleClient.h
CommitLineData
cc68a136 1#ifndef __SERVSESSION_H__\r
2#define __SERVSESSION_H__\r
3\r
4#include <e32base.h>\r
5\r
6\r
7//**********************************\r
8// RServSession\r
9//**********************************\r
10\r
11class RServSession : public RSessionBase\r
12{\r
13public:\r
14 RServSession() {}\r
15 TInt Connect();\r
16 TVersion Version() const;\r
17 TInt SendReceive(TInt aFunction,TAny* aPtr) const;\r
18 TInt Send(TInt aFunction,TAny* aPtr) const;\r
19};\r
20\r
21\r
22#endif\r
23\r