qofbook.hpp (gnucash-5.0.tar.bz2) | : | qofbook.hpp (gnucash-5.1.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 29 | skipping to change at line 29 | |||
\********************************************************************/ | \********************************************************************/ | |||
#ifndef __QOF_BOOK__HPP__ | #ifndef __QOF_BOOK__HPP__ | |||
#define __QOF_BOOK__HPP__ | #define __QOF_BOOK__HPP__ | |||
#include <vector> | #include <vector> | |||
#include <unordered_map> | #include <unordered_map> | |||
#include <string> | #include <string> | |||
#include "qof.h" | #include "qof.h" | |||
#include "gnc-features.h" | ||||
using FeaturesTable = std::unordered_map<std::string,std::string>; | FeatureSet | |||
std::vector<std::string> | ||||
qof_book_get_unknown_features (QofBook *book, const FeaturesTable& features); | qof_book_get_unknown_features (QofBook *book, const FeaturesTable& features); | |||
bool qof_book_test_feature (QofBook*, const char*); | bool qof_book_test_feature (QofBook*, const char*); | |||
#endif /* QOF_BOOK_HPP */ | #endif /* QOF_BOOK_HPP */ | |||
End of changes. 2 change blocks. | ||||
3 lines changed or deleted | 2 lines changed or added |