~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Barry.Leslie at PrimeBase
  • Date: 2010-10-18 21:21:20 UTC
  • mto: This revision was merged to the branch mainline in revision 1871.
  • Revision ID: barry.leslie@primebase.com-20101018212120-dqukgtkwhb1imt1o
Merged changes from lp:pbms. These changes should remove any danger
of longjmp() clobbering local variables.

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
 
 
35
33
#include "cslib/CSDefs.h"
36
34
#include "cslib/CSThread.h"
37
35
#include "cslib/CSHTTPStream.h"
38
36
 
 
37
#include "engine_ms.h"
39
38
 
40
39
class MSConnectionHandler : public CSDaemon {
41
40
public: