phoneapp/phoneuiutils/src/tphonecommandparam.cpp
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
child 62 5266b1f337bd
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
    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