diff options
Diffstat (limited to 'source/core/slang-shared-library.h')
| -rw-r--r-- | source/core/slang-shared-library.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source/core/slang-shared-library.h b/source/core/slang-shared-library.h index c29f16289..c33f1f41b 100644 --- a/source/core/slang-shared-library.h +++ b/source/core/slang-shared-library.h @@ -94,6 +94,13 @@ protected: String m_path; }; +class SharedLibraryUtils +{ +public: + static String getSharedLibraryFileName(void* symbolInLib); + static uint64_t getSharedLibraryTimestamp(void* symbolInLib); +}; + } #endif // SLANG_SHARED_LIBRARY_H_INCLUDED |
