miha_vitorovic 6a6e9d6256 Makefile:
- added 'server' folder
- added 'blockingTCPAcceptor.cpp' and 'responseHandlers.cpp' to 'remote'

blockingTCP.h:
- added 'public' specifier to 'BlockingServerTCPTransport'
- added 'BlockingTCPAcceptor' class declaration

blockingTCPAcceptor.cpp:
- implementation

blockingTCPConnector.cpp:
- 'sizeof(optval)' -> 'sizeof(int)'

remote.h:
- enum 'MessageCommands'
- added class declarations:
  * AbstractResponseHandler
  * AbstractServerResponseHandler
  * BadResponse
  * ServerResponseHandler

responseHandlers.cpp:
- implementation of various response handlers

serverContext.h:
- dummy implementation

growingCircularBuffer.h:
- removed empty line
2011-01-04 23:47:07 +01:00
2010-12-24 13:28:35 +01:00
2011-01-04 23:47:07 +01:00
2010-12-29 15:03:41 +01:00
2010-12-19 08:56:06 +01:00
2010-11-03 11:05:29 +01:00
2010-11-03 11:05:29 +01:00
2010-11-03 11:05:29 +01:00
2010-11-03 12:47:26 +01:00

Define

PVDATA_HOME

env. variable that points to pvDataCPP installation directory (includes and libraries).
Languages
C++ 63.4%
C 35.2%
Python 0.9%
Makefile 0.5%