diff options
| author | George Hazan <george.hazan@gmail.com> | 2024-01-09 11:17:16 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2024-01-09 11:17:16 +0300 |
| commit | c1137914b90fd115909178ba8e037281708cfd9a (patch) | |
| tree | 8541542c8ddd138537c74292824e4f5647e1b8e8 /plugins/Import/src/mcontacts.cpp | |
| parent | 1c81465a63439cb37c3fbedb0ced3a839ded4a46 (diff) | |
UnregisterDatabasePlugin - a function to unload database driver on the flow
Diffstat (limited to 'plugins/Import/src/mcontacts.cpp')
| -rw-r--r-- | plugins/Import/src/mcontacts.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/Import/src/mcontacts.cpp b/plugins/Import/src/mcontacts.cpp index deb180203f..8f09c0feb0 100644 --- a/plugins/Import/src/mcontacts.cpp +++ b/plugins/Import/src/mcontacts.cpp @@ -320,3 +320,8 @@ void RegisterMContacts() {
RegisterDatabasePlugin(&dblink);
}
+
+void UnregisterMContacts()
+{
+ UnregisterDatabasePlugin(&dblink);
+}
|
