Maemo: Do the bind() for remote mounts on the device.

This makes us more independent of the developer PC's firewall setting.

Reviewed-by: kh1
This commit is contained in:
ck
2010-08-02 12:49:25 +02:00
parent 34c1c10cc0
commit dd6966b2f0
14 changed files with 70 additions and 86 deletions

View File

@@ -63,12 +63,12 @@ public:
Core::SshConnectionParameters server;
QString name;
DeviceType type;
int gdbServerPort;
int debuggingPort;
quint64 internalId;
private:
int defaultSshPort(DeviceType type) const;
int defaultGdbServerPort(DeviceType type) const;
int defaultDebuggingPort(DeviceType type) const;
QString defaultHost(DeviceType type) const;
};