File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
tests/unit/coherence/io/pof Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 6
6
*/
7
7
#include " coherence/lang.ns"
8
8
9
+ #include " coherence/io/OctetArrayWriteBuffer.hpp"
10
+
11
+ #include " coherence/io/pof/PofBufferReader.hpp"
12
+ #include " coherence/io/pof/PofBufferWriter.hpp"
9
13
#include " coherence/io/pof/PofReader.hpp"
10
14
#include " coherence/io/pof/PofSerializer.hpp"
11
15
#include " coherence/io/pof/PofWriter.hpp"
@@ -22,6 +26,10 @@ using namespace coherence::lang;
22
26
using namespace std ;
23
27
using namespace common ::test;
24
28
29
+ using coherence::io::OctetArrayWriteBuffer;
30
+
31
+ using coherence::io::pof::PofBufferReader;
32
+ using coherence::io::pof::PofBufferWriter;
25
33
using coherence::io::pof::PofReader;
26
34
using coherence::io::pof::PofSerializer;
27
35
using coherence::io::pof::PofWriter;
You can’t perform that action at this time.
0 commit comments