~drizzle-developers/ubuntu/natty/drizzle/natty

« back to all changes in this revision

Viewing changes to drizzled/plugin/scheduler.h

  • Committer: Monty Taylor
  • Date: 2010-03-03 19:27:30 UTC
  • mto: (1308.1.2 trunk)
  • mto: This revision was merged to the branch mainline in revision 1278.
  • Revision ID: mordred@inaugust.com-20100303192730-o2o3nmp0lzhuatbe
Tags: upstream-2010.03.1317
ImportĀ upstreamĀ versionĀ 2010.03.1317

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include <string>
28
28
#include <vector>
29
29
 
 
30
namespace drizzled
 
31
{
30
32
class Session;
31
33
 
32
 
namespace drizzled
33
 
{
34
34
namespace plugin
35
35
{
36
36
 
73
73
 
74
74
};
75
75
 
76
 
} /* end namespace drizzled::plugin */
77
 
} /* end namespace drizzled */
 
76
} /* namespace plugin */
 
77
} /* namespace drizzled */
78
78
 
79
79
#endif /* DRIZZLED_PLUGIN_SCHEDULER_H */