From 8766a03cc950912b4cd8f60aa63061a0059c6885 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 21 Jan 2011 20:16:13 +0000 Subject: Move TemporaryDirectory.h into Utils.h and Utils.cpp to avoid duplicate definitions of inline functions. --- lib/common/Utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/common/Utils.h') diff --git a/lib/common/Utils.h b/lib/common/Utils.h index 8d98a520..3134245a 100644 --- a/lib/common/Utils.h +++ b/lib/common/Utils.h @@ -39,6 +39,8 @@ std::string FormatUsageBar(int64_t Blocks, int64_t Bytes, int64_t Max, std::string FormatUsageLineStart(const std::string& rName, bool MachineReadable); +std::string BoxGetTemporaryDirectoryName(); + #include "MemLeakFindOff.h" #endif // UTILS__H -- cgit v1.2.3