~ubuntu-branches/ubuntu/wily/mir/wily-proposed

« back to all changes in this revision

Viewing changes to tests/unit-tests/test_asio_main_loop.cpp

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-01-08 02:04:38 UTC
  • mto: This revision was merged to the branch mainline in revision 58.
  • Revision ID: package-import@ubuntu.com-20140108020438-e1npu0pm7qdv5wc4
Tags: upstream-0.1.3+14.04.20140108
ImportĀ upstreamĀ versionĀ 0.1.3+14.04.20140108

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
           handled_signals.push_back(sig);
69
69
           ++num_handled_signals;
70
70
        });
71
 
                    
 
71
 
72
72
 
73
73
    std::thread signal_sending_thread(
74
74
        [&ml, num_signals_to_send, &signals, &num_handled_signals]