applicationmanagement/server/inc/amdeploymentcomponent.inl
branchRCL_3
changeset 24 6757f1e2efd2
parent 0 3ce708148e4d
child 25 5b858729772b
equal deleted inserted replaced
23:c4687ff85147 24:6757f1e2efd2
    44 inline TDeploymentComponentState CDeploymentComponent::State() const
    44 inline TDeploymentComponentState CDeploymentComponent::State() const
    45     {
    45     {
    46     return iState;
    46     return iState;
    47     }
    47     }
    48 
    48 
    49 inline const TUint32 CDeploymentComponent::InternalId() const
    49 inline TUint32 CDeploymentComponent::InternalId() const
    50     {
    50     {
    51     return iInternalId;
    51     return iInternalId;
    52     }
    52     }
    53 
    53 
    54 inline const TDesC8& CDeploymentComponent::UserId() const
    54 inline const TDesC8& CDeploymentComponent::UserId() const
    63 
    63 
    64 inline void CDeploymentComponent::StateChangeComplete()
    64 inline void CDeploymentComponent::StateChangeComplete()
    65     {
    65     {
    66     iOldState = EDCSNone;
    66     iOldState = EDCSNone;
    67     }
    67     }
    68 inline const TInt CDeploymentComponent::Status() const
    68 inline TInt CDeploymentComponent::Status() const
    69     {
    69     {
    70     return iStatus;
    70     return iStatus;
    71     }
    71     }
    72 inline const TDeploymentComponentPkgId& CDeploymentComponent::PkgId() const
    72 inline const TDeploymentComponentPkgId& CDeploymentComponent::PkgId() const
    73     {
    73     {