-
Bug
-
Resolution: Done
-
Blocker
-
None
-
None
The distributed include files have references to private implementation include files. Compiling basic programs will fail outside of the full development tree since they will not have access to the private include files.
Separation of the two should be ensured. As a last resort, the private definitions may have to be exposed in the public API.
The basic CTest suite should include a test that can't find the private include files and fails to compile if a private include file is referenced.
Currently the following includes:
hotrod/sys/BasicMarshaller.h
hotrod/impl/transport/tcp/InetSocketAddress.h
are indirectly pulled in from RemoteCacheManager.h and exceptions.h