src/hbwidgets/devicedialogs/hbdevicenotificationdialogsymbian.h
changeset 34 ed14f46c0e55
parent 2 06ff229162e9
--- a/src/hbwidgets/devicedialogs/hbdevicenotificationdialogsymbian.h	Mon Oct 04 17:49:30 2010 +0300
+++ b/src/hbwidgets/devicedialogs/hbdevicenotificationdialogsymbian.h	Mon Oct 18 18:23:13 2010 +0300
@@ -43,7 +43,10 @@
     virtual void NotificationDialogClosed(const CHbDeviceNotificationDialogSymbian* aDialog, TInt aCompletionCode) = 0;
 };
 
-class CHbDeviceNotificationDialogSymbian : public CBase
+class CHbDeviceNotificationDialogSymbian
+#if !defined(HB_DOXYGEN)
+: public CBase
+#endif // !defined(HB_DOXYGEN)
 {
 public:
     /*!
@@ -94,6 +97,7 @@
     
     CHbDeviceNotificationDialogSymbianPrivate* d;
     friend class CHbDeviceNotificationDialogSymbianPrivate;
+    friend class HbDeviceDialogsExtensionSymbian;
 };
 
 #endif // (__SYMBIAN32__) || defined(SYMBIAN) || defined(HB_DOXYGEN)