--- a/profilesservices/ProfileEngine/WrapperSrc/CProEngNotifyHandlerImpl.cpp Tue Aug 31 15:29:50 2010 +0300
+++ b/profilesservices/ProfileEngine/WrapperSrc/CProEngNotifyHandlerImpl.cpp Wed Sep 01 12:20:44 2010 +0100
@@ -19,17 +19,17 @@
// INCLUDE FILES
#include "CProEngNotifyHandlerImpl.h"
-#include "CProEngProfileActivationDelegate.h"
-#include "CProEngActiveProfileDelegate.h"
-#include "CProEngProfileNameArrayEventDelegate.h"
-#include "CProEngProfileEventDelegate.h"
-#include "ProfileEnginePrivateCRKeys.h"
#include <MProEngProfileActivationObserver.h>
#include <MProEngActiveProfileObserver.h>
#include <MProEngProfileObserver.h>
#include <MProEngProfileNameArrayObserver.h>
#include <ProfileEngineConstants.h>
+#include "ProfileEnginePrivateCRKeys.h"
#include <ProfileEnginePrivatePSKeys.h>
+#include "CProEngProfileActivationDelegate.h"
+#include "CProEngActiveProfileDelegate.h"
+#include "CProEngProfileNameArrayEventDelegate.h"
+#include "CProEngProfileEventDelegate.h"
// ============================= LOCAL FUNCTIONS ===============================
@@ -53,10 +53,7 @@
// CProEngNotifyHandlerImpl::CProEngNotifyHandlerImpl
// -----------------------------------------------------------------------------
//
-CProEngNotifyHandlerImpl::CProEngNotifyHandlerImpl() :
- iActiveIdEventDelegate( NULL ),
- iActiveProfileEventDelegate( NULL ),
- iNameArrayEventDelegate( NULL )
+CProEngNotifyHandlerImpl::CProEngNotifyHandlerImpl()
{
}