profilesservices/ProfileEngine/WrapperSrc/CProEngNotifyHandlerImpl.cpp
changeset 68 13e71d907dc3
parent 39 c044bc2ea8f7
--- a/profilesservices/ProfileEngine/WrapperSrc/CProEngNotifyHandlerImpl.cpp	Fri Jun 25 17:09:30 2010 +0800
+++ b/profilesservices/ProfileEngine/WrapperSrc/CProEngNotifyHandlerImpl.cpp	Thu Nov 04 13:38:47 2010 +0800
@@ -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()
     {
     }