commit | 91e655dc2be238fafcf832c73e62166d7b69c848 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Wed Sep 13 15:44:56 2017 -0700 |
committer | Yifan Hong <elsk@google.com> | Thu Sep 14 13:40:27 2017 -0700 |
tree | c626216d7d6614db01bd13e13f1a4a65c0e4b8e1 | |
parent | 303322f06a8b32de83e83be605991e78e039b4b7 [diff] [blame] |
lshal: DISALLOW_COPY_AND_ASSIGN needs to be in private Test: pass Change-Id: Ic2abdbe0309957f1a72ca4a788bb09dd660c746c
diff --git a/cmds/lshal/ListCommand.h b/cmds/lshal/ListCommand.h index 9833d43..5047cf8 100644 --- a/cmds/lshal/ListCommand.h +++ b/cmds/lshal/ListCommand.h
@@ -101,6 +101,7 @@ // If an entry exist and not empty, it contains the cached content of /proc/{pid}/cmdline. std::map<pid_t, std::string> mCmdlines; +private: DISALLOW_COPY_AND_ASSIGN(ListCommand); };