diff options
| author | jhurst <jhurst@cinecert.com> | 2009-04-05 19:16:53 +0000 |
|---|---|---|
| committer | jhurst <> | 2009-04-05 19:16:53 +0000 |
| commit | bf54b7e8b0100eaf39a1914a089a524c4a66ebba (patch) | |
| tree | 71aefebacf6319b4a4c08406800731f26b0558fb /src/KM_error.h | |
| parent | 4ca942b397d1e6ff69b28aa01a5e5a250103463f (diff) | |
new functions for KM_fileIO
comment updates in AS_DCP.h
additional frame rates in AS_DCP.h
Diffstat (limited to 'src/KM_error.h')
| -rwxr-xr-x | src/KM_error.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/KM_error.h b/src/KM_error.h index c17fe76..b0d40d1 100755 --- a/src/KM_error.h +++ b/src/KM_error.h @@ -88,6 +88,8 @@ namespace Kumu const Result_t RESULT_FILEEXISTS (-18, "Filename already exists."); const Result_t RESULT_NOTAFILE (-19, "Filename not found."); const Result_t RESULT_UNKNOWN (-20, "Unknown result code."); + const Result_t RESULT_DIR_CREATE (-21, "Unable to create directory."); + } // namespace Kumu //-------------------------------------------------------------------------------- |
