~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/multi_thread/multi_thread.h

  • Committer: Mark Atwood
  • Date: 2011-06-24 02:13:02 UTC
  • mfrom: (2318.6.56 rf)
  • Revision ID: me@mark.atwood.name-20110624021302-y9oiksid220xan9s
mergeĀ lp:~olafvdspek/drizzle/refactor14

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
  }
40
40
 
41
41
  ~MultiThreadScheduler();
42
 
  bool addSession(drizzled::Session::shared_ptr &session);
43
 
  void killSessionNow(drizzled::Session::shared_ptr &session);
 
42
  bool addSession(const drizzled::Session::shared_ptr&);
 
43
  void killSessionNow(const drizzled::Session::shared_ptr&);
44
44
  void killSession(drizzled::Session*);
45
45
  
46
46
  void runSession(drizzled::session_id_t);