~om26er/ubuntu/oneiric/unity/sru-778256

« back to all changes in this revision

Viewing changes to tests/unit/TestThreadHelper.h

  • Committer: Didier Roche
  • Date: 2011-07-21 16:17:59 UTC
  • mfrom: (55.813.3 upstream)
  • Revision ID: didier.roche@canonical.com-20110721161759-osmh94x428t2bf2b
* New upstream release.
* debian/control:
  - build-dep on libnotify-dev
  - bump libnux-1.0-dev dep for ABI break

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 *
19
19
 */
20
20
 
21
 
extern nux::WindowThread* createThread (void);
22
 
extern void               runThread (nux::WindowThread* thread);
23
 
extern void               stopThread (nux::WindowThread* thread);
 
21
extern nux::WindowThread* createThread(void);
 
22
extern void               runThread(nux::WindowThread* thread);
 
23
extern void               stopThread(nux::WindowThread* thread);