phoneapp/phoneuiutils/src/tphonecmdparamtranseffect.cpp
branchRCL_3
changeset 61 41a7f70b3818
parent 25 91c2fb4b78df
child 62 5266b1f337bd
equal deleted inserted replaced
58:40a3f856b14d 61:41a7f70b3818
    27 // C++ default constructor can NOT contain any code, that
    27 // C++ default constructor can NOT contain any code, that
    28 // might leave.
    28 // might leave.
    29 // -----------------------------------------------------------------------------
    29 // -----------------------------------------------------------------------------
    30 //
    30 //
    31 EXPORT_C TPhoneCmdParamTransEffect::TPhoneCmdParamTransEffect():
    31 EXPORT_C TPhoneCmdParamTransEffect::TPhoneCmdParamTransEffect():
    32     iType( EPhoneTransEffectNone ),
    32     iType( EPhoneTransEffectNone )
    33     iAppUid( KNullUid )
       
    34     {
    33     {
    35     }
    34     }
    36 
    35 
    37 // ---------------------------------------------------------
    36 // ---------------------------------------------------------
    38 // TPhoneCmdParamTransEffect::SetType
    37 // TPhoneCmdParamTransEffect::SetType
    43 EXPORT_C void TPhoneCmdParamTransEffect::SetType( TPhoneTransEffectType aType )
    42 EXPORT_C void TPhoneCmdParamTransEffect::SetType( TPhoneTransEffectType aType )
    44    {
    43    {
    45    iType = aType;   
    44    iType = aType;   
    46    }
    45    }
    47 
    46 
    48 // ---------------------------------------------------------
    47  
    49 // TPhoneCmdParamTransEffect::SetAppUid
       
    50 // Sets applicaiton uid.
       
    51 // ---------------------------------------------------------
       
    52 //
       
    53 EXPORT_C void TPhoneCmdParamTransEffect::SetAppUid( const TUid& aAppUid )
       
    54    {
       
    55    iAppUid = aAppUid;
       
    56    }
       
    57 
       
    58 // ---------------------------------------------------------
    48 // ---------------------------------------------------------
    59 // TPhoneCmdParamTransEffect::Type
    49 // TPhoneCmdParamTransEffect::Type
    60 // Returns the note type
    50 // Returns the note type
    61 // (other items were commented in a header).
    51 // (other items were commented in a header).
    62 // ---------------------------------------------------------
    52 // ---------------------------------------------------------
    64 EXPORT_C TPhoneTransEffectType TPhoneCmdParamTransEffect::Type() const
    54 EXPORT_C TPhoneTransEffectType TPhoneCmdParamTransEffect::Type() const
    65    {
    55    {
    66    return iType;
    56    return iType;
    67    }
    57    }
    68   
    58   
    69 // ---------------------------------------------------------
       
    70 // TPhoneCmdParamTransEffect::AppUid
       
    71 // Returns application uid
       
    72 // ---------------------------------------------------------
       
    73 //
       
    74 EXPORT_C TUid TPhoneCmdParamTransEffect::AppUid() const
       
    75    {
       
    76    return iAppUid;
       
    77    }
       
    78 
       
    79 //  End of File  
    59 //  End of File