diff -r 654ed625511d -r f54bfd820e04 realtimenetprots/sipfw/ProfileAgent/Server/Inc/SipProfileServerCore.h --- a/realtimenetprots/sipfw/ProfileAgent/Server/Inc/SipProfileServerCore.h Thu Jul 15 19:02:22 2010 +0300 +++ b/realtimenetprots/sipfw/ProfileAgent/Server/Inc/SipProfileServerCore.h Thu Aug 19 10:16:25 2010 +0300 @@ -36,6 +36,7 @@ #include "sipprofileerrorhandler.h" #include #include "sipapnmanager.h" +#include "sipalrobserver.h" #include // 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();