aboutsummaryrefslogtreecommitdiff
path: root/src/proj_internal.h
diff options
context:
space:
mode:
authorsnowman2 <alansnow21@gmail.com>2020-08-16 19:40:00 -0500
committersnowman2 <alansnow21@gmail.com>2020-08-19 08:06:18 -0500
commit8c41cfc3a714c532183a0c3542f86609ea1bc8ac (patch)
treeabc36ab0c95a5daa57bdd319764e7f7b728f9cfa /src/proj_internal.h
parent84713021edf688c9cf157562d34388583325aa45 (diff)
downloadPROJ-8c41cfc3a714c532183a0c3542f86609ea1bc8ac.tar.gz
PROJ-8c41cfc3a714c532183a0c3542f86609ea1bc8ac.zip
Add methods to ensure safer interactions with cpp_context
Diffstat (limited to 'src/proj_internal.h')
-rw-r--r--src/proj_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proj_internal.h b/src/proj_internal.h
index 3a0db980..01da337b 100644
--- a/src/proj_internal.h
+++ b/src/proj_internal.h
@@ -758,6 +758,8 @@ struct projCtx_t {
projCtx_t& operator= (const projCtx_t&) = delete;
+ projCppContext* get_cpp_context();
+ void safeAutoCloseDbIfNeeded();
void set_search_paths(const std::vector<std::string>& search_paths_in);
void set_ca_bundle_path(const std::string& ca_bundle_path_in);