fail/cpn: removed USE_SIZE_PREFIX from SocketComm

This removes the ability to directly parse protobufs from the socket, because
google::protobuf::Message::ParseFromFileDescriptor() needs a EOF after each message;
thus preventing us from sending multiple Message objects over a single socket.

Change-Id: I67c0f631071470d6e0ae597e42848036a6db3656
This commit is contained in:
Michael Lenz
2014-01-13 15:01:25 +01:00
parent 34065fea60
commit abd9decf0b
2 changed files with 0 additions and 14 deletions

View File

@ -15,8 +15,6 @@
#include <fstream>
#include <google/protobuf/message.h>
#define USE_SIZE_PREFIX
namespace fail {
class SocketComm {