~w-shackleton/droidpad-pc/trunk

« back to all changes in this revision

Viewing changes to src/lib/net/connection.cpp

  • Committer: William Shackleton
  • Date: 2013-04-18 19:58:31 UTC
  • Revision ID: w.shackleton@gmail.com-20130418195831-wu0vo9siks2q33fm
Fixed USB connection not working, fixed loading gif not showing (macro issues)

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
DPConnection::DPConnection(AndroidDevice &device) :
44
44
        wxSocketClient(wxSOCKET_BLOCK)
45
45
{
 
46
        cout << "Normal connection starting on " << device.port << endl;
46
47
        addr.Hostname(device.ip);
47
48
        addr.Service(device.port);
48
49