diff options
author | David Kalnischkies <david@kalnischkies.de> | 2014-11-07 21:52:31 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2014-11-08 14:33:25 +0100 |
commit | bc4ccfeb6096fc6f9a74e2abff3abe31261b5df2 (patch) | |
tree | 3ac5a8dc90cdbd8dc284c995a071afd492de4deb /debian/libapt-pkg4.15.symbols | |
parent | 0dc0b42d73ffd08bbdbe08b0678fbaae02364622 (diff) |
restore ABI of pkgTagSection
We have a d-pointer available here, so go ahead and use it which also
helps in hidding some dirty details here. The "hard" part is keeping the
abi for the inlined methods so that they don't break – at least not more
than before as much of the point beside a speedup is support for more
than 256 fields in a single section.
Diffstat (limited to 'debian/libapt-pkg4.15.symbols')
-rw-r--r-- | debian/libapt-pkg4.15.symbols | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/libapt-pkg4.15.symbols b/debian/libapt-pkg4.15.symbols index 5e0c0244d..55b7f33c3 100644 --- a/debian/libapt-pkg4.15.symbols +++ b/debian/libapt-pkg4.15.symbols @@ -1380,6 +1380,7 @@ libapt-pkg.so.4.15 libapt-pkg4.15 #MINVER# (c++)"indexRecords::IsNeverTrusted() const@Base" 1.1~exp5 (c++)"indexRecords::SetTrusted(bool)@Base" 1.1~exp5 (c++)"metaIndex::metaIndex(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, char const*)@Base" 1.1~exp9 + (c++)"pkgTagSection::Get(char const*&, char const*&, unsigned int) const@Base" 1.1~exp9 ### gcc-4.6 artefacts # (c++|optional=implicit)"HashString::operator=(HashString const&)@Base" 0.8.0 # (c++|optional=implicit)"HashString::HashString(HashString const&)@Base" 0.8.0 |