vpnengine/vpnmanager/inc/vpnmanagerserver.h
changeset 2 ef893827b4d1
parent 0 33413c0669b9
equal deleted inserted replaced
1:c9c2ad51f972 2:ef893827b4d1
    24 
    24 
    25 #include <e32base.h>
    25 #include <e32base.h>
    26 #include <f32file.h>
    26 #include <f32file.h>
    27 #include "vpnmanagerserverdefs.h"
    27 #include "vpnmanagerserverdefs.h"
    28 
    28 
    29 class CRequestDispatcher;
    29 class CVpnApiServant;
    30 
    30 
    31 /** 
    31 /** 
    32  * The main server class
    32  * The main server class
    33  */
    33  */
    34 class CVpnManagerServer : public CPolicyServer
    34 class CVpnManagerServer : public CPolicyServer
   105 private:
   105 private:
   106     /** The number of client-server sessions */
   106     /** The number of client-server sessions */
   107     TInt iSessionCount;
   107     TInt iSessionCount;
   108 
   108 
   109     /** The handler of client requests */
   109     /** The handler of client requests */
   110     CRequestDispatcher* iRequestDispatcher;
   110     CVpnApiServant* iVpnApiServant;
   111     
   111     
   112     /** The common file server session used throughout the VPN Manager */ 
   112     /** The common file server session used throughout the VPN Manager */ 
   113     RFs iFs;
   113     RFs iFs;
   114     
   114     
   115 	static const TUint iVpnManRangeCount;
   115 	static const TUint iVpnManRangeCount;