phoneapp/phoneuiutils/src/tphonecommandparam.cpp
branchRCL_3
changeset 24 41a7f70b3818
parent 0 5f000ab63145
child 25 5266b1f337bd
equal deleted inserted replaced
23:40a3f856b14d 24:41a7f70b3818
    36 // TPhoneCommandParam::ParamId
    36 // TPhoneCommandParam::ParamId
    37 // -----------------------------------------------------------------------------
    37 // -----------------------------------------------------------------------------
    38 //
    38 //
    39 EXPORT_C TPhoneCommandParam::TPhoneParamId TPhoneCommandParam::ParamId() const
    39 EXPORT_C TPhoneCommandParam::TPhoneParamId TPhoneCommandParam::ParamId() const
    40     {
    40     {
    41    	__ASSERT_DEBUG( iParamId, Panic( EPhoneUtilsInvariant ) );
    41     __ASSERT_DEBUG( iParamId, Panic( EPhoneUtilsInvariant ) );
    42     return iParamId;
    42     return iParamId;
    43     }
    43     }
    44 
    44 
    45 //  End of File  
    45 //  End of File