browserutilities/downloadmgr/DownloadMgrClntSrv/inc/DownloadMgrServer.h
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
equal deleted inserted replaced
93:79859ed3eea9 94:919f36ff910f
    18 
    18 
    19 #ifndef __DOWNLOADMGR_SERVER_H__
    19 #ifndef __DOWNLOADMGR_SERVER_H__
    20 #define __DOWNLOADMGR_SERVER_H__
    20 #define __DOWNLOADMGR_SERVER_H__
    21 
    21 
    22 //  INCLUDES
    22 //  INCLUDES
    23 #include <HttpDownloadManagerServerEngine.h>
    23 #include "HttpDownloadManagerServerEngine.h"
    24 #include <e32base.h>
    24 #include <e32base.h>
    25 
    25 
    26 // FORWARD DECLARATIONS
    26 // FORWARD DECLARATIONS
    27 class CHttpClientAppInstance;
    27 class CHttpClientAppInstance;
    28 class CHttpDownload;
    28 class CHttpDownload;
   599 		* Sets the value for a string attribute reading from the client's address space.
   599 		* Sets the value for a string attribute reading from the client's address space.
   600 		* @param -
   600 		* @param -
   601         * @return None.
   601         * @return None.
   602 		*/
   602 		*/
   603 		void SetString8AttributeL();
   603 		void SetString8AttributeL();
       
   604 		
       
   605 		/**
       
   606 		* Get the number of live subsessions.
       
   607 		* @param -
       
   608         * @return None.
       
   609 		*/
       
   610 		void GetNumberOfSubsession();
   604 
   611 
   605     private:      // from CSession
   612     private:      // from CSession
   606 
   613 
   607         /**
   614         /**
   608         * Handles the servicing of client requests to the server..
   615         * Handles the servicing of client requests to the server..