qtmobileextensions/src/keycapture/tsrc/stub/remconinterfacebase.h
changeset 26 3d09643def13
equal deleted inserted replaced
24:9d760f716ca8 26:3d09643def13
       
     1 #ifndef REMCONINTERFACEBASE_H
       
     2 #define REMCONINTERFACEBASE_H
       
     3 
       
     4 #include <e32base.h>
       
     5 
       
     6 class CRemConInterfaceBase : public CBase
       
     7     { 
       
     8 public:
       
     9     TInt Cancel();
       
    10     TAny* GetInterfaceIf(TUid aUid);
       
    11     };
       
    12 
       
    13 #endif // REMCONINTERFACEBASE_H
       
    14 
       
    15 // end of file