~drizzle-trunk/drizzle/development

« back to all changes in this revision

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