Left: | ||
Right: |
OLD | NEW |
---|---|
(Empty) | |
1 #pragma once | |
2 #include <AdblockPlus/FilterEngine.h> | |
3 | |
4 | |
5 std::string ContentTypeToString(AdblockPlus::FilterEngine::ContentType contentTy pe); | |
6 | |
7 namespace Communication | |
8 { | |
9 class InputBuffer; | |
10 class OutputBuffer; | |
11 } | |
12 | |
13 Communication::InputBuffer& operator>>(Communication::InputBuffer& in, AdblockPl us::FilterEngine::ContentType& contentType); | |
14 Communication::OutputBuffer& operator<<(Communication::OutputBuffer& out, Adbloc kPlus::FilterEngine::ContentType contentType); | |
OLD | NEW |