summaryrefslogtreecommitdiffstats
path: root/include/sysutils/FrameworkListener.h
diff options
context:
space:
mode:
authorGuang Zhu <guangzhu@google.com>2012-02-07 19:13:28 -0800
committerGuang Zhu <guangzhu@google.com>2012-02-07 19:26:54 -0800
commita8185a622e368d1957e18a3ee9d29d45eda12cfc (patch)
treea98a179d56f71e2280e1b48f4cc5807fa630eac2 /include/sysutils/FrameworkListener.h
parentdc58e73071aa829a5038caf37211f6b3e2d7b275 (diff)
downloadsystem_core-a8185a622e368d1957e18a3ee9d29d45eda12cfc.zip
system_core-a8185a622e368d1957e18a3ee9d29d45eda12cfc.tar.gz
system_core-a8185a622e368d1957e18a3ee9d29d45eda12cfc.tar.bz2
Revert "New NativeDaemonConnector protocol adds a seqnum."
Reverting because it seems to break `adb reboot` This reverts commit dc58e73071aa829a5038caf37211f6b3e2d7b275. Change-Id: Ib8cc4379254694398cbb7f3e7a64c20e1ed8c1ba
Diffstat (limited to 'include/sysutils/FrameworkListener.h')
-rw-r--r--include/sysutils/FrameworkListener.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sysutils/FrameworkListener.h b/include/sysutils/FrameworkListener.h
index d8c4258..142f50c 100644
--- a/include/sysutils/FrameworkListener.h
+++ b/include/sysutils/FrameworkListener.h
@@ -24,11 +24,7 @@ class SocketClient;
class FrameworkListener : public SocketListener {
public:
static const int CMD_ARGS_MAX = 16;
-
- /* 1 out of errorRate will be dropped */
- int errorRate;
private:
- int mCommandCount;
FrameworkCommandCollection *mCommands;
public: