summaryrefslogtreecommitdiff
path: root/src/KM_fileio.cpp
diff options
context:
space:
mode:
authorJohn Hurst <jhurst@cinecert.com>2021-08-26 20:42:53 -0700
committerGitHub <noreply@github.com>2021-08-26 20:42:53 -0700
commitb8c87905046423d7f04e9103ffb321a4d23870eb (patch)
tree06ca1754874997abe9279e34b275ff5159e3d927 /src/KM_fileio.cpp
parent1ff08641353a1ff1887f223dc01310cc0167d8fe (diff)
parentfdd28f8bb3608978e75b27c5410db447396f361b (diff)
Merge pull request #10 from DolbyLaboratories/dolby/atmos_storage/asdcplib_integration/definitions_into_namespace
Put definitions inside their corresponding namespaces
Diffstat (limited to 'src/KM_fileio.cpp')
-rw-r--r--src/KM_fileio.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/KM_fileio.cpp b/src/KM_fileio.cpp
index b24c7db..a8b5f3f 100644
--- a/src/KM_fileio.cpp
+++ b/src/KM_fileio.cpp
@@ -1690,6 +1690,9 @@ Kumu::DeleteFile(const std::string& filename)
return RESULT_FAIL;
}
+namespace Kumu
+{
+
//
Result_t
h__DeletePath(const std::string& pathname)
@@ -1751,6 +1754,8 @@ h__DeletePath(const std::string& pathname)
return result;
}
+} // namespace KUMU
+
//
Result_t
Kumu::DeletePath(const std::string& pathname)