phoneapp/phoneuivoipextension/src/tphonecmdparamselector.cpp
branchRCL_3
changeset 25 5266b1f337bd
parent 24 41a7f70b3818
equal deleted inserted replaced
24:41a7f70b3818 25:5266b1f337bd
    43 // Sets the service id.
    43 // Sets the service id.
    44 // (other items were commented in a header).
    44 // (other items were commented in a header).
    45 // ---------------------------------------------------------
    45 // ---------------------------------------------------------
    46 //
    46 //
    47 EXPORT_C void TPhoneCmdParamSelector::SetServiceId( const TUint aServiceId )
    47 EXPORT_C void TPhoneCmdParamSelector::SetServiceId( const TUint aServiceId )
    48     {
    48    	{
    49     iServiceId = aServiceId;
    49    	iServiceId = aServiceId;
    50     }
    50    	}
    51 
    51 
    52 // ---------------------------------------------------------
    52 // ---------------------------------------------------------
    53 // TPhoneCmdParamSelector::ServiceId
    53 // TPhoneCmdParamSelector::ServiceId
    54 // Returns the service id.
    54 // Returns the service id.
    55 // (other items were commented in a header).
    55 // (other items were commented in a header).
    56 // ---------------------------------------------------------
    56 // ---------------------------------------------------------
    57 //
    57 //
    58 EXPORT_C TUint TPhoneCmdParamSelector::ServiceId()
    58 EXPORT_C TUint TPhoneCmdParamSelector::ServiceId()
    59     {
    59     {
    60     return iServiceId;
    60    	return iServiceId;
    61     }
    61    	}
    62 
    62 
    63 // ---------------------------------------------------------
    63 // ---------------------------------------------------------
    64 // TPhoneCmdParamSelector::SetCallType
    64 // TPhoneCmdParamSelector::SetCallType
    65 // Sets the call type.
    65 // Sets the call type.
    66 // (other items were commented in a header).
    66 // (other items were commented in a header).
    87 // Sets the registration status.
    87 // Sets the registration status.
    88 // (other items were commented in a header).
    88 // (other items were commented in a header).
    89 // ---------------------------------------------------------
    89 // ---------------------------------------------------------
    90 //
    90 //
    91 EXPORT_C void TPhoneCmdParamSelector::SetRegStatus( TBool aEnabled )
    91 EXPORT_C void TPhoneCmdParamSelector::SetRegStatus( TBool aEnabled )
    92     {
    92    	{
    93     iEnabled = aEnabled;   
    93    	iEnabled = aEnabled;   
    94     }
    94    	}
    95 
    95 
    96 // ---------------------------------------------------------
    96 // ---------------------------------------------------------
    97 // TPhoneCmdParamSelector::RegStatus
    97 // TPhoneCmdParamSelector::RegStatus
    98 // Returns the registration status.
    98 // Returns the registration status.
    99 // (other items were commented in a header).
    99 // (other items were commented in a header).
   100 // ---------------------------------------------------------
   100 // ---------------------------------------------------------
   101 //
   101 //
   102 EXPORT_C TBool TPhoneCmdParamSelector::RegStatus()
   102 EXPORT_C TBool TPhoneCmdParamSelector::RegStatus()
   103     {
   103    	{
   104     return iEnabled;
   104    	return iEnabled;
   105     }
   105    	}
   106 
   106 
   107 //  End of File
   107 //  End of File