~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_query_cache/invalidator.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-29 12:49:11 UTC
  • mto: (2257.1.1 build) (2276.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2258.
  • Revision ID: olafvdspek@gmail.com-20110329124911-h0y9cq32bg9kvuki
Common fwd

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
#include <string>
39
39
 
40
 
namespace drizzled
41
 
{
42
 
  class Session;
43
 
}
44
40
class Invalidator : public drizzled::plugin::TransactionApplier 
45
41
{
46
42
public: