browserutilities/downloadmgr/DownloadMgrClntSrv/inc/DownloadMgrServer.h
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 94 919f36ff910f
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    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();
       
   611 
   604 
   612     private:      // from CSession
   605     private:      // from CSession
   613 
   606 
   614         /**
   607         /**
   615         * Handles the servicing of client requests to the server..
   608         * Handles the servicing of client requests to the server..