commit | 2a7f72038b0692a1122638de0879cbea01051ad0 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Apr 23 14:25:29 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Apr 23 20:47:38 2014 -0700 |
tree | 3feec01247de3cf4ff1c1c0ba0f4343bfc40bb4e | |
parent | 7dacf0ae985b9a9118223c5de6f14d8c1e14f6c5 [diff] [blame] |
exceptions: Make Tlv::Error a base class for all packet-processing exceptions This commit also includes a number of code style fixes. Change-Id: I44f83915e733b43d5f43b4266902c8262e928d91 Refs: #1528
diff --git a/src/security/sec-public-info-sqlite3.hpp b/src/security/sec-public-info-sqlite3.hpp index 6241817..4f5115f 100644 --- a/src/security/sec-public-info-sqlite3.hpp +++ b/src/security/sec-public-info-sqlite3.hpp
@@ -16,7 +16,8 @@ namespace ndn { -class SecPublicInfoSqlite3 : public SecPublicInfo { +class SecPublicInfoSqlite3 : public SecPublicInfo +{ public: class Error : public SecPublicInfo::Error {