diff -r 8ee96d21d9bf -r 7e0eff37aedb profilesservices/ProfileEngine/WrapperSrc/CProEngNotifyHandlerImpl.cpp --- 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 #include #include #include #include +#include "ProfileEnginePrivateCRKeys.h" #include +#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() { }