javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtmobiledevice.h
branchRCL_3
changeset 60 6c158198356e
parent 24 0fd27995241b
equal deleted inserted replaced
59:e5618cc85d74 60:6c158198356e
    39 
    39 
    40 // Own Methods
    40 // Own Methods
    41 public:
    41 public:
    42     static CSwtMobileDevice* NewL(MSwtDisplay& aDisplay, TSwtPeer aPeer);
    42     static CSwtMobileDevice* NewL(MSwtDisplay& aDisplay, TSwtPeer aPeer);
    43     static TInt HwScreenCount();
    43     static TInt HwScreenCount();
    44     static void GetHwInputs(RArray<TSwtHwInput>& aInputs);
    44     static void GetHwInputsL(RArray<TSwtHwInput>& aInputs);
    45 private:
    45 private:
    46     inline CSwtMobileDevice(MSwtDisplay& aDisplay, TSwtPeer aPeer);
    46     inline CSwtMobileDevice(MSwtDisplay& aDisplay, TSwtPeer aPeer);
    47     virtual ~CSwtMobileDevice();
    47     virtual ~CSwtMobileDevice();
    48     void ConstructL();
    48     void ConstructL();
    49 
    49