Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include "velascoappui.h"
- #include "velascocopyfiles.h"
- #include "bluetooth.h"
- void CVelascoAppUi::ConstructL()
- {
- BaseConstructL( ENoAppResourceFile );
- VelascoCopyFiles copyfiles;
- copyfiles.CopyFiles( (CAknApplication *) this->Application() );
- VelascoBluetooth *bluetooth;
- bluetooth = VelascoBluetooth::NewL();
- }
- void CVelascoAppUi::HandleCommandL(TInt aCommand)
- {
- switch(aCommand)
- {
- case EAknSoftkeyExit:
- case EEikCmdExit:
- Exit();
- break;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement