tools/qtestlib/wince/cetest/activesyncconnection.h
branchRCL_3
changeset 7 3f74d0d4af4c
parent 4 3b1da2848fc7
equal deleted inserted replaced
6:dee5afe5301f 7:3f74d0d4af4c
    77     bool moveDirectory(const QString&, const QString&, bool recursive = true);
    77     bool moveDirectory(const QString&, const QString&, bool recursive = true);
    78 
    78 
    79     bool createDirectory(const QString&, bool deleteBefore=false);
    79     bool createDirectory(const QString&, bool deleteBefore=false);
    80 
    80 
    81     bool execute(QString program, QString arguments = QString(), int timeout = -1, int *returnValue = NULL);
    81     bool execute(QString program, QString arguments = QString(), int timeout = -1, int *returnValue = NULL);
       
    82     bool resetDevice();
       
    83     bool toggleDevicePower(int *returnValue = NULL);
       
    84     bool setDeviceAwake(bool activate, int *returnValue = NULL);
    82 private:
    85 private:
    83     bool connected;
    86     bool connected;
    84 };
    87 };
    85 
    88 
    86 #endif
    89 #endif