~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

Namespace cleanup for Protocol and Listen.

Show diffs side-by-side

added added

removed removed

Lines of Context:
165
165
extern "C" void handle_segfault(int sig);
166
166
 
167
167
using namespace std;
 
168
using namespace drizzled;
168
169
 
169
170
/* Constants */
170
171
 
1493
1494
int main(int argc, char **argv)
1494
1495
{
1495
1496
  ListenHandler listen_handler;
1496
 
  Protocol *protocol;
 
1497
  plugin::Protocol *protocol;
1497
1498
  Session *session;
1498
1499
 
1499
1500