From b4f35dbe44e07b597c3e7bb6d7562757069a7cb4 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 27 Aug 2025 12:28:55 +0200 Subject: feat: moved SOCL into OCL, without SNU's baggage. Signed-off-by: Amlal El Mahrouss --- dev/lib/fix/parser.hpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'dev/lib/fix') diff --git a/dev/lib/fix/parser.hpp b/dev/lib/fix/parser.hpp index ad6870a..a93b846 100644 --- a/dev/lib/fix/parser.hpp +++ b/dev/lib/fix/parser.hpp @@ -1,12 +1,12 @@ /* * File: fix/parser.hpp * Purpose: Financial Information Exchange parser in C++ - * Author: Amlal El Mahrouss (founder@snu.systems) - * Copyright 2025, Amlal El Mahrouss and SNU Systems Corp. + * Author: Amlal El Mahrouss (amlal@nekernel.org) + * Copyright 2025, Amlal El Mahrouss */ -#ifndef _SNU_FIX_PARSER_HPP -#define _SNU_FIX_PARSER_HPP +#ifndef _OCL_FIX_PARSER_HPP +#define _OCL_FIX_PARSER_HPP #include #include @@ -18,7 +18,7 @@ #include #include -namespace snu::fix +namespace ocl::fix { template class basic_visitor; @@ -211,6 +211,6 @@ namespace snu::fix } using fix_tag_type = std::uint32_t; -} // namespace snu::fix +} // namespace ocl::fix -#endif // ifndef _SNU_FIX_PARSER_HPP +#endif // ifndef _OCL_FIX_PARSER_HPP -- cgit v1.2.3