phoneclientserver/phoneclient/Inc/ExtCall/ExtCall_Aiw/RPhCltExtCall.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
    19 #ifndef RPHCLTEXTCALL_H
    19 #ifndef RPHCLTEXTCALL_H
    20 #define RPHCLTEXTCALL_H
    20 #define RPHCLTEXTCALL_H
    21 
    21 
    22 //  INCLUDES
    22 //  INCLUDES
    23 #include <e32std.h>
    23 #include <e32std.h>
    24 #include "phclttypes.h" 
    24 #include "PhCltTypes.h"
    25 #include "rphcltserver.h" 
    25 #include "RPhCltServer.h"
    26 
    26 
    27 // FORWARD DECLARATIONS
    27 // FORWARD DECLARATIONS
    28 class CPhCltExtPhoneDialData;
    28 class CPhCltExtPhoneDialData;
    29 
    29 
    30 // CLASS DECLARATION
    30 // CLASS DECLARATION
    57 
    57 
    58         /**
    58         /**
    59          * Closes the subsession.
    59          * Closes the subsession.
    60          */       
    60          */       
    61         void Close();
    61         void Close();
    62                 
    62             	
    63         /**
    63         /**
    64         * Makes a call (asynchronous).
    64         * Makes a call (asynchronous).
    65         *
    65         *
    66         * @param aStatus It is used to notify the completion of the request. 
    66         * @param aStatus It is used to notify the completion of the request. 
    67         *                Then it indicates the success/failure of the operation.
    67         *                Then it indicates the success/failure of the operation.
    82         // By default, prohibit copy constructor
    82         // By default, prohibit copy constructor
    83         RPhCltExtCall( const RPhCltExtCall& );
    83         RPhCltExtCall( const RPhCltExtCall& );
    84         // Prohibit assigment operator
    84         // Prohibit assigment operator
    85         RPhCltExtCall& operator= ( const RPhCltExtCall& );
    85         RPhCltExtCall& operator= ( const RPhCltExtCall& );
    86         
    86         
    87     
    87 	
    88 
    88 
    89        
    89        
    90    
    90    
    91     private: // Data
    91     private: // Data
    92 
    92