www.pudn.com > UIQ_Code1.rar > CommandsExternalInterface.h
// CommandsExternalInterface.h
//
// © Symbian Software Ltd 2005. All rights reserved.
//
#ifndef COMMANDSEXTERNALINTERFACE_H
#define COMMANDSEXTERNALINTERFACE_H
/**
Identifies the application’s UID3.
*/
const TUid KUidCommandsApp = {0xE0001003}; //The application ID
/**
Identifies the application’s view.
*/
const TUid KUidCommandsView = {0x00000001};
#endif // COMMANDSEXTERNALINTERFACE_H