connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifInc/nowlannetworksavailablenotif.h
equal
deleted
inserted
replaced
20 #ifndef __NO_WLAN_NETWORKS_AVAILABLE_NOTE_H__ |
20 #ifndef __NO_WLAN_NETWORKS_AVAILABLE_NOTE_H__ |
21 #define __NO_WLAN_NETWORKS_AVAILABLE_NOTE_H__ |
21 #define __NO_WLAN_NETWORKS_AVAILABLE_NOTE_H__ |
22 |
22 |
23 // INCLUDES |
23 // INCLUDES |
24 #include "ConnectionDialogsNotifBase.h" |
24 #include "ConnectionDialogsNotifBase.h" |
|
25 #include "nowlansdiscreetpopup.h" |
25 |
26 |
26 //FORWARD DECLARATION |
27 //FORWARD DECLARATION |
27 class CActiveWLANNetworkUnavailableNote; |
28 class CNoWlansDiscreetPopup; |
28 |
29 |
29 /** |
30 /** |
30 * CNoWLANNetworksAvailableNotif class |
31 * CNoWLANNetworksAvailableNotif class |
31 */ |
32 */ |
32 NONSHARABLE_CLASS( CNoWLANNetworksAvailableNotif ) |
33 NONSHARABLE_CLASS( CNoWLANNetworksAvailableNotif ) |
81 */ |
82 */ |
82 CNoWLANNetworksAvailableNotif(); |
83 CNoWLANNetworksAvailableNotif(); |
83 |
84 |
84 protected: |
85 protected: |
85 // pointer to active object, owned |
86 // pointer to active object, owned |
86 CActiveWLANNetworkUnavailableNote* iActiveNote; |
87 CNoWlansDiscreetPopup* iActiveNote; |
87 |
88 |
88 }; |
89 }; |
89 |
90 |
90 #endif //__NO_WLAN_NETWORKS_AVAILABLE_NOTE_H__ |
91 #endif //__NO_WLAN_NETWORKS_AVAILABLE_NOTE_H__ |
91 |
92 |