summaryrefslogtreecommitdiffstats
path: root/include/sysutils/SocketListener.h
diff options
context:
space:
mode:
authorRobert Greenwalt <rgreenwalt@google.com>2012-02-07 12:23:14 -0800
committerRobert Greenwalt <rgreenwalt@google.com>2012-02-07 16:00:07 -0800
commitdc58e73071aa829a5038caf37211f6b3e2d7b275 (patch)
tree8a92d09200206a41977c40a7dfb8784c24f7118a /include/sysutils/SocketListener.h
parent6f53225ef9f60a18a69b4ad3ba920ada168b719e (diff)
downloadsystem_core-dc58e73071aa829a5038caf37211f6b3e2d7b275.zip
system_core-dc58e73071aa829a5038caf37211f6b3e2d7b275.tar.gz
system_core-dc58e73071aa829a5038caf37211f6b3e2d7b275.tar.bz2
New NativeDaemonConnector protocol adds a seqnum.
Allows for one socket to be multiplexed for multiple requests. bug:5864209 Change-Id: I934c88da25d95e093371f455442bdf2f0ed7a4f4
Diffstat (limited to 'include/sysutils/SocketListener.h')
-rw-r--r--include/sysutils/SocketListener.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sysutils/SocketListener.h b/include/sysutils/SocketListener.h
index 6592b01..64a52f4 100644
--- a/include/sysutils/SocketListener.h
+++ b/include/sysutils/SocketListener.h
@@ -38,7 +38,6 @@ public:
int stopListener();
void sendBroadcast(int code, const char *msg, bool addErrno);
- void sendBroadcast(const char *msg);
protected:
virtual bool onDataAvailable(SocketClient *c) = 0;