/[svn]/linuxsampler/trunk/src/thread.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/thread.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 13 by schoenebeck, Fri Nov 21 15:07:23 2003 UTC revision 31 by schoenebeck, Sun Jan 18 20:31:31 2004 UTC
# Line 48  class Thread { Line 48  class Thread {
48          virtual int  SetSchedulingPriority(); //FIXME: should be private          virtual int  SetSchedulingPriority(); //FIXME: should be private
49          virtual void EnableDestructor();      //FIXME: should be private          virtual void EnableDestructor();      //FIXME: should be private
50          virtual int  Destructor();            //FIXME: should be private          virtual int  Destructor();            //FIXME: should be private
51          virtual int  Main() = 0; ///< This method needs to be implemented by the descendant and is the entry point for the new thread.          virtual int  Main() = 0; ///< This method needs to be implemented by the descendant and is the entry point for the new thread. FIXME: should be protected
52      private:      private:
53          pthread_t       __thread_id;          pthread_t       __thread_id;
54          pthread_key_t   __thread_destructor_key;          pthread_key_t   __thread_destructor_key;

Legend:
Removed from v.13  
changed lines
  Added in v.31

  ViewVC Help
Powered by ViewVC