~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/network_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 __NETWORK_MS_H__
31
31
#define __NETWORK_MS_H__
32
32
 
33
 
#include "connection_handler_ms.h"
34
33
#include "cslib/CSDefs.h"
35
34
#include "cslib/CSSocket.h"
36
35
#include "cslib/CSThread.h"
 
36
#include "connection_handler_ms.h"
37
37
 
38
38
class MSSystemThread : public CSDaemon {
39
39
public: