diff --git a/_device_utils_8h_source.html b/_device_utils_8h_source.html
index 3209c81..c3a2bfc 100644
--- a/_device_utils_8h_source.html
+++ b/_device_utils_8h_source.html
@@ -71,50 +71,25 @@
23 #include "MMDeviceConstants.h"
-
-
-
-
-
- 31 #if defined(_MSC_VER) || defined(_MSC_EXTENSIONS)
- 32 #define DELTA_EPOCH_IN_MICROSECS 11644473600000000Ui64
-
- 34 #define DELTA_EPOCH_IN_MICROSECS 11644473600000000ULL
-
-
-
-
-
- 40 #if defined(_WIN32) && !defined(MMDEVICE_NO_GETTIMEOFDAY)
-
-
-
-
-
-
- 47 int gettimeofday(
struct timeval *tv__,
struct timezone *tz__);
-
-
-
-
-
-
-
-
-
-
-
-
-
- 61 static void Tokenize(
const std::string& str, std::vector<std::string>& tokens,
const std::string& delimiters =
",");
-
- 63 static void NapMicros(
unsigned long microsecs);
- 64 static std::string HexRep(std::vector<unsigned char> );
- 65 static bool CheckEnvironment(std::string environment);
-
- 67 static char m_pszBuffer[MM::MaxStrLength];
-
-Definition: DeviceUtils.h:53
+
+
+
+
+
+
+
+
+
+
+ 36 static void Tokenize(
const std::string& str, std::vector<std::string>& tokens,
const std::string& delimiters =
",");
+
+ 38 static void NapMicros(
unsigned long microsecs);
+ 39 static std::string HexRep(std::vector<unsigned char> );
+ 40 static bool CheckEnvironment(std::string environment);
+
+ 42 static char m_pszBuffer[MM::MaxStrLength];
+
+Definition: DeviceUtils.h:28
static const char * ConvertToString(long lnVal)
Definition: DeviceUtils.cpp:65
static void Tokenize(const std::string &str, std::vector< std::string > &tokens, const std::string &delimiters=",")
Definition: DeviceUtils.cpp:131
static bool CopyLimitedString(char *pszTarget, const char *pszSource)
Definition: DeviceUtils.cpp:39