summaryrefslogtreecommitdiff
path: root/enterprise.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'enterprise.cpp')
-rw-r--r--enterprise.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/enterprise.cpp b/enterprise.cpp
index bcf2905f..e15a4691 100644
--- a/enterprise.cpp
+++ b/enterprise.cpp
@@ -158,6 +158,12 @@ uint64_t BinaryNinja::EnterpriseServer::GetLicenseDuration()
}
+bool BinaryNinja::EnterpriseServer::IsFloatingLicense()
+{
+ return BNIsEnterpriseServerFloatingLicense();
+}
+
+
uint64_t BinaryNinja::EnterpriseServer::GetReservationTimeLimit()
{
return BNGetEnterpriseServerReservationTimeLimit();