mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-17 15:25:35 +00:00
7caa87862e
All #ifndef guards on headers have been removed, I think, in favor of #pragma once Headers are now included as `#include "filename"` if the included file resides in the same directory as the file including it, or any subdirectory therein. Otherwise they are included as `#include <project/top/dir/relative/path/filename>` The above does not include system/os headers. |
||
---|---|---|
.. | ||
abstractrouter.hpp | ||
i_gossiper.hpp | ||
i_outbound_message_handler.hpp | ||
i_outbound_session_maker.hpp | ||
i_rc_lookup_handler.hpp | ||
outbound_message_handler.cpp | ||
outbound_message_handler.hpp | ||
outbound_session_maker.cpp | ||
outbound_session_maker.hpp | ||
rc_gossiper.cpp | ||
rc_gossiper.hpp | ||
rc_lookup_handler.cpp | ||
rc_lookup_handler.hpp | ||
route_poker.cpp | ||
route_poker.hpp | ||
router.cpp | ||
router.hpp |