realtimenetprots/sipfw/ProfileAgent/Server/Src/sipalrhandler.cpp
branchRCL_3
changeset 41 f54bfd820e04
parent 0 307788aac0a8
child 56 2c7192069824
equal deleted inserted replaced
40:654ed625511d 41:f54bfd820e04
   132 void CSipAlrHandler::RefreshIapAvailabilityL(CSIPProfileCacheItem& aProfile)
   132 void CSipAlrHandler::RefreshIapAvailabilityL(CSIPProfileCacheItem& aProfile)
   133     {
   133     {
   134     TUint32 snapId(0);
   134     TUint32 snapId(0);
   135     __ASSERT_ALWAYS(aProfile.IsSNAPConfigured(snapId),
   135     __ASSERT_ALWAYS(aProfile.IsSNAPConfigured(snapId),
   136     				User::Leave(KErrArgument));
   136     				User::Leave(KErrArgument));
   137 
   137     TSipSNAPConfigurationData aSnapData(snapId ,aProfile.BearerID());
   138     AlrMonitorL().RefreshIapAvailabilityL(snapId);
   138     AlrMonitorL().RefreshIapAvailabilityL(aSnapData);
   139     }
   139     }
   140 
   140 
   141 // -----------------------------------------------------------------------------
   141 // -----------------------------------------------------------------------------
   142 // CSipAlrHandler::AlrMonitorL
   142 // CSipAlrHandler::AlrMonitorL
   143 // Create the monitor on demand. It must not be loaded on start-up if not needed
   143 // Create the monitor on demand. It must not be loaded on start-up if not needed