aboutsummaryrefslogtreecommitdiff
path: root/core/src/Utils/IO/fwd.hpp
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2021-08-15 21:22:01 -0700
committerrtk0c <[email protected]>2021-08-15 21:22:01 -0700
commitf4422ec11c3ef1be2b38495e947719b7bf28584d (patch)
treed9cc505b895a267e511d846b226fc7d1c2d5fa7f /core/src/Utils/IO/fwd.hpp
parent87b964591c9a93146bd43e8813387392f8520337 (diff)
Rename original "IO adapter" (read/write operation abstraction) to "IO proxy"
Diffstat (limited to 'core/src/Utils/IO/fwd.hpp')
-rw-r--r--core/src/Utils/IO/fwd.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/src/Utils/IO/fwd.hpp b/core/src/Utils/IO/fwd.hpp
index 755d94f..848c78f 100644
--- a/core/src/Utils/IO/fwd.hpp
+++ b/core/src/Utils/IO/fwd.hpp
@@ -1,6 +1,6 @@
-#pragma onceDeserializationAdapter
+#pragma once
// DataStream.hpp
-class SerializationAdapter;
-class DeserializationAdapter;
+class SerializationStreamProxy;
+class DeserializationStreamProxy;
class DataStream;