~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 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 __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: