~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

merge trunk

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: