Project

General

Profile

Revision 391

some cleanup in colonetserver

View differences:

Command.cpp
17 17

  
18 18
#include <colonet_wireless.h>
19 19

  
20
#include "includes/Command.h"
21
#include "includes/ConnectionPool.h"
20
#include <Command.h>
21
#include <ConnectionPool.h>
22 22

  
23 23
Command::Command(ConnectionPool * connection_pool_temp) {
24 24
  connection_pool = connection_pool_temp;

Also available in: Unified diff