Mark UUID::GetByteSize() const
authorStephane Sezer <sas@cd80.net>
Mon, 27 Nov 2017 21:16:37 +0000 (21:16 +0000)
committerStephane Sezer <sas@cd80.net>
Mon, 27 Nov 2017 21:16:37 +0000 (21:16 +0000)
commit2072552360079082237f6a1aef4b00da0ee9d69d
tree8b85e8f50f59ffdcd501c4eab9e0e37e9abdd5a3
parent0de1a4bc2d2632ceb42a022c52195de323740e73
Mark UUID::GetByteSize() const

Summary:
This method doesn't modify anything in the object it's called on so we
can mark it const to make it usable in a const context.

Reviewers: clayborg

Reviewed By: clayborg

Subscribers: lldb-commits

Differential Revision: https://reviews.llvm.org/D40517

llvm-svn: 319095
lldb/include/lldb/Utility/UUID.h
lldb/source/Utility/UUID.cpp