diff options
| author | Amlal <amlal@nekernel.org> | 2025-05-02 10:51:14 +0200 |
|---|---|---|
| committer | Amlal <amlal@nekernel.org> | 2025-05-02 10:51:14 +0200 |
| commit | 684397be2e799c9169bb4afc2480d727f20f56ff (patch) | |
| tree | 05b5f142d40b9312a2b0b82d15e6ee1430155cd2 | |
| parent | 7495b8b6c27970d941d196eefa5b20a38c58dff6 (diff) | |
astdx: pushing early code for FIX implementation.
Signed-off-by: Amlal <amlal@nekernel.org>
| -rw-r--r-- | lib/astdx/fix.hpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/astdx/fix.hpp b/lib/astdx/fix.hpp index 821e447..150df9e 100644 --- a/lib/astdx/fix.hpp +++ b/lib/astdx/fix.hpp @@ -13,7 +13,9 @@ namespace astdx::fix { - + struct fix_reader; + struct fix_writer; + struct fix_visitor; } -#endif // ifndef _STDX_FIX_HPP
\ No newline at end of file +#endif // ifndef _STDX_FIX_HPP |
