diff options
Diffstat (limited to 'src/filemanager.hpp')
| -rw-r--r-- | src/filemanager.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/filemanager.hpp b/src/filemanager.hpp index 19478c48..0e830450 100644 --- a/src/filemanager.hpp +++ b/src/filemanager.hpp @@ -35,6 +35,8 @@ NS_PROJ_START +//! @cond Doxygen_Suppress + class File; class FileManager { @@ -48,6 +50,8 @@ class FileManager { // "High-level" interface, honoring PROJ_LIB and the like. static std::unique_ptr<File> open_resource_file(PJ_CONTEXT *ctx, const char *name); + + static void fillDefaultNetworkInterface(PJ_CONTEXT *ctx); }; // --------------------------------------------------------------------------- @@ -63,6 +67,8 @@ class File { virtual unsigned long long tell() = 0; }; +//! @endcond Doxygen_Suppress + NS_PROJ_END #endif // FILEMANAGER_HPP_INCLUDED
\ No newline at end of file |
