Skip to content
Snippets Groups Projects
Commit 4ef5b505 authored by Marco De Marco's avatar Marco De Marco
Browse files

Boost added to makefile, small fix

parent fccf3e41
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ INSTALL_DIR=/usr/local/bin
INC_DIR=/usr/local/omniORB/include \
/usr/local/zeromq/include/zmq \
/usr/local/tango/include/tango \
/usr/local/boost/include \
/usr/local/soci/include \
/usr/local/soci/include/soci \
/usr/include/mysql \
......@@ -15,6 +16,7 @@ INC_DIR=/usr/local/omniORB/include \
LIB_DIR=/usr/local/omniORB/lib \
/usr/local/zeromq/lib \
/usr/local/tango/lib \
/usr/local/boost/lib \
/usr/local/soci/lib64 \
/usr/local/protobuf/lib
#================================================================================
......
......@@ -62,7 +62,7 @@ protected:
std::ifstream m_inputFileStream;
//Read buffer size
const boost::uint64_t BUFFER_SIZE = 1024;
static const boost::uint64_t BUFFER_SIZE = 1024;
};
} //End of namespace
......
......@@ -92,7 +92,7 @@ protected:
boost::asio::io_service::strand m_strand;
//Header size written on socket
const unsigned int HEADER_SIZE = 4;
static const unsigned int HEADER_SIZE = 4;
//Binary buffer for read data
std::vector<boost::uint8_t> m_readBuff;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment