www.pudn.com > BluetoothChat.rar > BluetoothChatDialog.h
/* ============================================================================ Name : BluetoothChatDialog.h Author : Lion Copyright : Your copyright notice Description : Declares view class for application. ============================================================================ */ #ifndef __BluetoothChatDialog_h__ #define __BluetoothChatDialog_h__ // System includes #include// CLASS DECLARATION class CBluetoothChatDialog : public CAknDialog { protected: // from CAknDialog TBool OkToExitL(TInt aButtonId); }; #endif // __BluetoothChatDialog_h__ // End of File