Eduard Rakhmankulov created IGNITE-28326:
--------------------------------------------
Summary: C++ 3.0: node_connection.h and response_handler.h need to
be refactored.
Key: IGNITE-28326
URL: https://issues.apache.org/jira/browse/IGNITE-28326
Project: Ignite
Issue Type: Improvement
Components: thin clients ai3
Reporter: Eduard Rakhmankulov
Currently those two header are tightly coupled so they can't call each other's
members because of forward declaration one into another. Forward declaration is
currently required because there is circular dependency between them.
DoD: there are now circular dependencies between types in corresponding header
files.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)