--- a/realtimenetprots/sipfw/ProfileAgent/Server/Src/SipProfileCacheItem.cpp Tue Aug 31 15:32:57 2010 +0300
+++ b/realtimenetprots/sipfw/ProfileAgent/Server/Src/SipProfileCacheItem.cpp Wed Sep 01 12:27:36 2010 +0100
@@ -366,7 +366,6 @@
if (index != KErrNotFound)
{
iObservers.Remove(index);
- iObservers.Compress();
}
RemoveFromPendingObservers(aObserver);
@@ -403,7 +402,6 @@
if (index != KErrNotFound)
{
iUsers.Remove(index);
- iUsers.Compress();
CheckProfileEnabledState();
}
}
@@ -1258,7 +1256,6 @@
if (index != KErrNotFound)
{
iObserversWaitedForPermission.Remove(index);
- iObserversWaitedForPermission.Compress();
}
}
@@ -1419,14 +1416,3 @@
LatestProfile().ExtensionParameter(KBearerType , bearerId);
return bearerId;
}
-
-// -----------------------------------------------------------------------------
-// CSIPProfileCacheItem::HasQueuedUpdate
-// This function will return true if profile updated and not yet processed
-// false otherwise
-// -----------------------------------------------------------------------------
-//
-TBool CSIPProfileCacheItem::HasQueuedUpdate() const
- {
- return (iQueuedProfile != NULL);
- }