diff OrthancFramework/Sources/SystemToolbox.h @ 4538:8a7523da6a9b

added SystemToolbox::GetMacAddresses()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Mar 2021 14:06:10 +0100
parents d9473bd5ed43
children 7053502fbf97
line wrap: on
line diff
--- a/OrthancFramework/Sources/SystemToolbox.h	Tue Mar 02 10:16:06 2021 +0100
+++ b/OrthancFramework/Sources/SystemToolbox.h	Tue Mar 02 14:06:10 2021 +0100
@@ -119,5 +119,7 @@
                               uint64_t start,  // Inclusive
                               uint64_t end,    // Exclusive
                               bool throwIfOverflow);
+
+    static void GetMacAddresses(std::set<std::string>& target);
   };
 }