[locomotiv] Use const if possible (#7264)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 9 Sep 2019 09:37:11 +0000 (18:37 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 9 Sep 2019 09:37:11 +0000 (18:37 +0900)
commit50aaba78e451f585f331cb97b802dc4ec1d58093
tree991c1b9aa572bbc2ae8eebd32f50e631c631b6b4
parent0d2c7426eca1cef7f7bfdc4b03853a8ce577f672
[locomotiv] Use const if possible (#7264)

"annot_data" and "annot_domain" do not change the node itself.

This commit revies the signature of these helpers to express this
property explicitly.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
compiler/locomotiv/src/NodeDataImpl.cpp
compiler/locomotiv/src/NodeDataImpl.h
compiler/locomotiv/src/NodeDomain.cpp
compiler/locomotiv/src/NodeDomain.h