~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/connection_handler_ms.h

  • Committer: Brian Aker
  • Date: 2010-10-08 14:22:02 UTC
  • mfrom: (1802.16.21 bug621875)
  • mto: This revision was merged to the branch mainline in revision 1824.
  • Revision ID: brian@tangent.org-20101008142202-96maf31n9odkc13n
Merge Padraig

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#ifndef __CONNECTIONHANDLER_MS_H__
31
31
#define __CONNECTIONHANDLER_MS_H__
32
32
 
 
33
#include "engine_ms.h"
 
34
 
33
35
#include "cslib/CSDefs.h"
34
36
#include "cslib/CSThread.h"
35
37
#include "cslib/CSHTTPStream.h"
36
38
 
37
 
#include "engine_ms.h"
38
39
 
39
40
class MSConnectionHandler : public CSDaemon {
40
41
public: