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

« back to all changes in this revision

Viewing changes to tests/unit-tests/client/test_client_mir_surface.cpp

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-10-10 14:01:26 UTC
  • mto: This revision was merged to the branch mainline in revision 84.
  • Revision ID: package-import@ubuntu.com-20141010140126-n1czko8na1kuz4ll
Tags: upstream-0.8.0+14.10.20141010
ImportĀ upstreamĀ versionĀ 0.8.0+14.10.20141010

Show diffs side-by-side

added added

removed removed

Lines of Context:
421
421
 
422
422
    ~MirClientSurfaceTest()
423
423
    {
424
 
        // Clear the lifecycle callback in order not to get SIGTERM by the default
425
 
        // lifecycle handler during connection teardown
 
424
        // Clear the lifecycle callback in order not to get SIGHUP by the
 
425
        // default lifecycle handler during connection teardown
426
426
        connection->register_lifecycle_event_callback(null_lifecycle_callback, nullptr);
427
427
    }
428
428