~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/drizzle_protocol/drizzle_protocol.h

Put drizzle_protocol plugin in to its own namespace so that symbols won't
conflict with mysql_protocol plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
#include "net_serv.h"
27
27
 
 
28
namespace plugin
 
29
{
 
30
namespace drizzle_protocol
 
31
{
 
32
 
28
33
class ListenDrizzleProtocol: public drizzled::plugin::ListenTcp
29
34
{
30
35
private:
87
92
  virtual bool wasAborted(void);
88
93
};
89
94
 
 
95
}
 
96
}
 
97
 
90
98
#endif /* PLUGIN_DRIZZLE_PROTOCOL_OLDLIBDRIZZLE_H */