soft delete file and switch to file2
This commit is contained in:
parent
96b76dc67f
commit
f03c4b1210
@ -1,9 +1,9 @@
|
|||||||
add_library(solanaceae_message3
|
add_library(solanaceae_message3
|
||||||
./solanaceae/message3/file.hpp
|
#./solanaceae/message3/file.hpp
|
||||||
./solanaceae/message3/file_r_mem.hpp
|
#./solanaceae/message3/file_r_mem.hpp
|
||||||
./solanaceae/message3/file_r_file.hpp
|
#./solanaceae/message3/file_r_file.hpp
|
||||||
./solanaceae/message3/file_w_file.hpp
|
#./solanaceae/message3/file_w_file.hpp
|
||||||
./solanaceae/message3/file_rw_file.hpp
|
#./solanaceae/message3/file_rw_file.hpp
|
||||||
|
|
||||||
./solanaceae/message3/message.hpp
|
./solanaceae/message3/message.hpp
|
||||||
./solanaceae/message3/components.hpp
|
./solanaceae/message3/components.hpp
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#include "./message.hpp"
|
#include "./message.hpp"
|
||||||
|
|
||||||
//fwd
|
//fwd
|
||||||
struct FileI;
|
struct File2I;
|
||||||
|
|
||||||
#include <entt/container/dense_map.hpp>
|
#include <entt/container/dense_map.hpp>
|
||||||
|
|
||||||
@ -93,7 +93,7 @@ namespace Message::Components {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// TODO: rename to stream?
|
// TODO: rename to stream?
|
||||||
using File = std::unique_ptr<FileI>;
|
using File = std::unique_ptr<File2I>;
|
||||||
|
|
||||||
struct TagReceiving {};
|
struct TagReceiving {};
|
||||||
struct TagSending {};
|
struct TagSending {};
|
||||||
|
Loading…
Reference in New Issue
Block a user