applicationmanagement/server/inc/amdeploymentcomponent.inl
branchRCL_3
changeset 25 5b858729772b
parent 24 6757f1e2efd2
--- a/applicationmanagement/server/inc/amdeploymentcomponent.inl	Tue Aug 31 15:05:55 2010 +0300
+++ b/applicationmanagement/server/inc/amdeploymentcomponent.inl	Wed Sep 01 12:31:32 2010 +0100
@@ -46,7 +46,7 @@
     return iState;
     }
 
-inline TUint32 CDeploymentComponent::InternalId() const
+inline const TUint32 CDeploymentComponent::InternalId() const
     {
     return iInternalId;
     }
@@ -65,7 +65,7 @@
     {
     iOldState = EDCSNone;
     }
-inline TInt CDeploymentComponent::Status() const
+inline const TInt CDeploymentComponent::Status() const
     {
     return iStatus;
     }