realtimenetprots/sipfw/ProfileAgent/Server/Inc/SipProfileServerCore.h
changeset 37 0295359a7673
parent 22 f1578314b8da
child 55 36ea1f90a3d8
--- a/realtimenetprots/sipfw/ProfileAgent/Server/Inc/SipProfileServerCore.h	Fri Jul 09 13:15:39 2010 +0300
+++ b/realtimenetprots/sipfw/ProfileAgent/Server/Inc/SipProfileServerCore.h	Fri Aug 06 15:14:04 2010 +0300
@@ -36,6 +36,7 @@
 #include "sipprofileerrorhandler.h"
 #include <sipsystemstateobserver.h>
 #include "sipapnmanager.h"
+#include "sipalrobserver.h"
 #include <e32base.h>
 
 // FORWARD DECLARATIONS
@@ -466,10 +467,10 @@
 		/**
         * Gets the migration controller of the given SNAP id. If a controller
         * does not exists, creates a new one.
-		* @param aSnapId SNAP id
+		* @param aSnapData 
 		* @return Migration controller, ownership is not transferred.
 		*/
-		CSipAlrMigrationController& MigrationControllerL(TUint32 aSnapId);
+		CSipAlrMigrationController& MigrationControllerL(TSipSNAPConfigurationData aSnapData);
 
 		CSIPProfileState& UnregisteredState();