src/hbcore/devicedialogbase/hbdevicedialogconnecthelper_p_p.h
changeset 30 80e4d18b72f5
parent 3 11d3954df52a
--- a/src/hbcore/devicedialogbase/hbdevicedialogconnecthelper_p_p.h	Fri Sep 17 08:32:10 2010 +0300
+++ b/src/hbcore/devicedialogbase/hbdevicedialogconnecthelper_p_p.h	Mon Oct 04 00:38:12 2010 +0300
@@ -27,25 +27,24 @@
 #define HBDEVICEDIALOGCONNECTHELPER_P_P_H
 
 #include <e32base.h>
-#include <hbdevicedialogconnecthelper_p_p.h>
 
 class HbDeviceDialogConnectHelper;
 
 class HbDeviceDialogConnectHelperPrivate : public CActive
-{ 
+{
 public:
     HbDeviceDialogConnectHelperPrivate(HbDeviceDialogConnectHelper *wrapper);
     ~HbDeviceDialogConnectHelperPrivate();
 
     void connect();
-    
+
 protected: // From CActive
     void RunL();
     void DoCancel();
-       
-private: 
+
+private:
     HbDeviceDialogConnectHelper *q_ptr;
-    RHbDeviceDialogClientSession mClientSession;     
+    RHbDeviceDialogClientSession mClientSession;
     bool mSessionConnected;
 };