diff -r 0a1ad22c7bdc -r 2c7192069824 realtimenetprots/sipfw/ProfileAgent/Server/Inc/SipProfileServerCore.h --- a/realtimenetprots/sipfw/ProfileAgent/Server/Inc/SipProfileServerCore.h Wed Sep 15 12:36:02 2010 +0300 +++ b/realtimenetprots/sipfw/ProfileAgent/Server/Inc/SipProfileServerCore.h Wed Oct 13 14:57:13 2010 +0300 @@ -36,7 +36,6 @@ #include "sipprofileerrorhandler.h" #include #include "sipapnmanager.h" -#include "sipalrobserver.h" #include // FORWARD DECLARATIONS @@ -467,10 +466,10 @@ /** * Gets the migration controller of the given SNAP id. If a controller * does not exists, creates a new one. - * @param aSnapData + * @param aSnapId SNAP id * @return Migration controller, ownership is not transferred. */ - CSipAlrMigrationController& MigrationControllerL(TSipSNAPConfigurationData aSnapData); + CSipAlrMigrationController& MigrationControllerL(TUint32 aSnapId); CSIPProfileState& UnregisteredState();