realtimenetprots/sipfw/ProfileAgent/Server/Src/sipalrhandler.cpp
branchRCL_3
changeset 56 2c7192069824
parent 41 f54bfd820e04
equal deleted inserted replaced
49:0a1ad22c7bdc 56:2c7192069824
   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     TSipSNAPConfigurationData aSnapData(snapId ,aProfile.BearerID());
   137 
   138     AlrMonitorL().RefreshIapAvailabilityL(aSnapData);
   138     AlrMonitorL().RefreshIapAvailabilityL(snapId);
   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