wlanutilities/wlanwizard/inc/wlanwizard.h
changeset 39 7b3e49e4608a
parent 31 e8f4211554fb
child 53 bdc64aa9b954
equal deleted inserted replaced
36:682dd021f9be 39:7b3e49e4608a
    25 // User includes
    25 // User includes
    26 
    26 
    27 // Forward declarations
    27 // Forward declarations
    28 class HbMainWindow;
    28 class HbMainWindow;
    29 class WlanWizardPrivate;
    29 class WlanWizardPrivate;
    30 class TestWlanWizardUi;
    30 class TestWlanWizardContext;
    31 
    31 
    32 // External data types
    32 // External data types
    33 
    33 
    34 // Constants
    34 // Constants
    35 #ifdef BUILD_WLAN_WIZARD_DLL
    35 #ifdef BUILD_WLAN_WIZARD_DLL
    78     //! Pointer to private implementation
    78     //! Pointer to private implementation
    79     WlanWizardPrivate *d_ptr;
    79     WlanWizardPrivate *d_ptr;
    80     
    80     
    81     // Friend classes
    81     // Friend classes
    82     friend class WlanWizardPrivate;
    82     friend class WlanWizardPrivate;
    83     friend class TestWlanWizardUi;    
    83     friend class TestWlanWizardContext;    
    84 };
    84 };
    85 
    85 
    86 /*! @} */
    86 /*! @} */
    87 
    87 
    88 #endif /* WLANWIZARD_H_ */
    88 #endif /* WLANWIZARD_H_ */