Project

General

Profile

Revision 118

updated server for new wl library changes

View differences:

ColonetServer.h
6 6
#ifndef COLONETSERVER_H
7 7
#define COLONETSERVER_H
8 8

  
9
#include <colonet_wireless.h>
10 9
#include "ConnectionPool.h"
11 10
#include "Log.h"
12 11

  
......
28 27
private:
29 28
  ConnectionPool connection_pool;
30 29
  Log logger;
31
  ColonetWireless* wireless;
32 30
  int listen_socket;
33 31

  
34 32
  int initialize_wireless();

Also available in: Unified diff