~ubuntu-branches/ubuntu/vivid/soundscaperenderer/vivid

« back to all changes in this revision

Viewing changes to apf/apf/dummy_thread_policy.h

  • Committer: Package Import Robot
  • Author(s): IOhannes m zmölnig (Debian/GNU)
  • Date: 2014-09-01 11:35:32 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140901113532-svjohhyw755nkxef
Tags: 0.4.2~dfsg-1
* Imported Upstream version 0.4.2~dfsg

* Refreshed patches.
* Removed patches applied upstream.
* Install upstream's NEWS as changelog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
    class Lock;
55
55
    class Semaphore;
56
56
 
 
57
    unsigned default_number_of_threads() { return 1; }
 
58
 
57
59
  protected:
58
60
     dummy_thread_policy() = default;  ///< Protected ctor.
59
61
    ~dummy_thread_policy() = default;  ///< Protected dtor.