~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session/state.cc

  • Committer: Lee Bieber
  • Date: 2011-03-16 16:39:32 UTC
  • mfrom: (2239.1.11 includes)
  • mto: This revision was merged to the branch mainline in revision 2240.
  • Revision ID: kalebral@gmail.com-20110316163932-ckt3uulj4pimqs8b
Merge Olaf - refactor includes

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include <drizzled/session/state.h>
24
24
#include <drizzled/definitions.h>
25
 
 
 
25
#include <cstring>
26
26
#include <string>
27
27
 
28
 
namespace drizzled
29
 
{
30
 
 
31
 
namespace session
32
 
{
 
28
namespace drizzled {
 
29
namespace session {
33
30
 
34
31
State::State(const char *in_packet, size_t in_packet_length)
35
32
{