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