~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/user_locks/release_barrier.cc

  • Committer: Lee Bieber
  • Date: 2011-03-22 17:41:09 UTC
  • mfrom: (2241.2.18 refactor2)
  • Revision ID: kalebral@gmail.com-20110322174109-1bsfvv4q1dnfd089
Merge Olaf - more code refactoring

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
  default:
49
49
  case barriers::SUCCESS:
50
50
    {
51
 
      Storable *list= static_cast<Storable *>(getSession().getProperty(property_key));
 
51
      Storable *list= getSession().getProperty<Storable>(property_key);
52
52
      assert(list);
53
53
      if (not list) // We should have been the owner if it was passed to us, this should never happen
54
54
      {