phoneengine/callhandling/inc/cpegprstermination.h
branchRCL_3
changeset 25 5266b1f337bd
parent 24 41a7f70b3818
equal deleted inserted replaced
24:41a7f70b3818 25:5266b1f337bd
    21 #define CPEGPRSTERMINATION_H
    21 #define CPEGPRSTERMINATION_H
    22 
    22 
    23 //  INCLUDES
    23 //  INCLUDES
    24 #include    <e32base.h>
    24 #include    <e32base.h>
    25 
    25 
    26  
    26 // FORWARD DECLARATIONS
       
    27 class CCoUtlInterface;
       
    28 
    27 // CLASS DECLARATION
    29 // CLASS DECLARATION
    28 
    30 
    29 /**
    31 /**
    30 * Active object for terminating GPRS connections.
    32 * Active object for terminating GPRS connections.
    31 * @since 4.0
    33 * @since 4.0
    71         */
    73         */
    72         void DoCancel();
    74         void DoCancel();
    73 
    75 
    74     private:
    76     private:
    75 
    77 
       
    78         // Owned GPRS termination instance.
       
    79         CCoUtlInterface* iInterface;
       
    80 
    76     };
    81     };
    77 
    82 
    78 #endif      // CPEGPRSTERMINATION_H   
    83 #endif      // CPEGPRSTERMINATION_H   
    79             
    84             
    80 // End of File
    85 // End of File