~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 20:13:50 UTC
  • mfrom: (1823.1.3 trunk-drizzle)
  • Revision ID: brian@tangent.org-20101008201350-bmjpgakk12zmyw10
Overall merge of 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: