commit | a4297a6eb13a060fd593d44ac493e7970ce77505 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jun 19 13:29:34 2014 -0700 |
committer | Yingdi Yu <yuyingdi@gmail.com> | Thu Jun 19 14:32:13 2014 -0700 |
tree | 98d6900816ad0998e9d4b0ee9f54e304fe6ce79c | |
parent | a0c5f830cc37e1acfab9a4aaccd3b94db0e72e8a [diff] [blame] |
security: Add "explicit" markers for one-parameter constructors Change-Id: I072c924ecdd212d63700804e8af3f4fac6da1919 Refs: #1681
diff --git a/src/security/certificate.hpp b/src/security/certificate.hpp index 3fcea67..eff2bbc 100644 --- a/src/security/certificate.hpp +++ b/src/security/certificate.hpp
@@ -59,6 +59,7 @@ * Create a Certificate from the content in the data packet. * @param data The data packet with the content to decode. */ + explicit Certificate(const Data& data); /**