diff options
author | rtk0c <[email protected]> | 2021-08-15 21:22:01 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-08-15 21:22:01 -0700 |
commit | f4422ec11c3ef1be2b38495e947719b7bf28584d (patch) | |
tree | d9cc505b895a267e511d846b226fc7d1c2d5fa7f /core/src/Utils/IO/fwd.hpp | |
parent | 87b964591c9a93146bd43e8813387392f8520337 (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.hpp | 6 |
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; |