phoneapp/phoneuiutils/src/tphonecmdparamnote.cpp
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
child 62 5266b1f337bd
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
    68 // Sets the note text resource ID
    68 // Sets the note text resource ID
    69 // (other items were commented in a header).
    69 // (other items were commented in a header).
    70 // ---------------------------------------------------------
    70 // ---------------------------------------------------------
    71 //
    71 //
    72 EXPORT_C void TPhoneCmdParamNote::SetTextResourceId( TInt aTextResourceId )
    72 EXPORT_C void TPhoneCmdParamNote::SetTextResourceId( TInt aTextResourceId )
    73   	{
    73     {
    74    	__ASSERT_DEBUG( aTextResourceId,
    74     __ASSERT_DEBUG( aTextResourceId,
    75    		Panic( EPhoneUtilsParameterNotInitialized ) );
    75         Panic( EPhoneUtilsParameterNotInitialized ) );
    76    	iTextResourceId = aTextResourceId;   
    76     iTextResourceId = aTextResourceId;   
    77    	}
    77     }
    78 
    78 
    79 // ---------------------------------------------------------
    79 // ---------------------------------------------------------
    80 // TPhoneCmdParamNote::SetText
    80 // TPhoneCmdParamNote::SetText
    81 // Sets the note text
    81 // Sets the note text
    82 // (other items were commented in a header).
    82 // (other items were commented in a header).
   126 // Returns the note resource ID
   126 // Returns the note resource ID
   127 // (other items were commented in a header).
   127 // (other items were commented in a header).
   128 // ---------------------------------------------------------
   128 // ---------------------------------------------------------
   129 //
   129 //
   130 EXPORT_C TInt TPhoneCmdParamNote::ResourceId() const
   130 EXPORT_C TInt TPhoneCmdParamNote::ResourceId() const
   131    	{
   131     {
   132    	return iResourceId;
   132     return iResourceId;
   133    	}
   133     }
   134 
   134 
   135 // ---------------------------------------------------------
   135 // ---------------------------------------------------------
   136 // TPhoneCmdParamNote::TextResourceId
   136 // TPhoneCmdParamNote::TextResourceId
   137 // Returns the note text resource ID
   137 // Returns the note text resource ID
   138 // (other items were commented in a header).
   138 // (other items were commented in a header).
   139 // ---------------------------------------------------------
   139 // ---------------------------------------------------------
   140 //
   140 //
   141 EXPORT_C TInt TPhoneCmdParamNote::TextResourceId() const
   141 EXPORT_C TInt TPhoneCmdParamNote::TextResourceId() const
   142    	{
   142     {
   143    	return iTextResourceId;
   143     return iTextResourceId;
   144    	}
   144     }
   145 
   145 
   146 // ---------------------------------------------------------
   146 // ---------------------------------------------------------
   147 // TPhoneCmdParamNote::Text
   147 // TPhoneCmdParamNote::Text
   148 // Returns the note text
   148 // Returns the note text
   149 // (other items were commented in a header).
   149 // (other items were commented in a header).