Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Move INSTALL, LICENSE, README, THANKS and TODO into root directory
[xestiaab/.git] / source / convert.h
index 8994dbe..a1e4b40 100644 (file)
@@ -20,6 +20,7 @@
 #define __CONVERT_H__
 
 #include <wx/wx.h>
+#include <wx/file.h>
 #include <string>
 #include <vector>
 
@@ -27,13 +28,16 @@ enum ConvertResult {
        CONVERTRESULT_UNITTESTFAIL = -1,
        CONVERTRESULT_OK,
        CONVERTRESULT_FORMATSSAME,
-       CONVERTRESULT_INVALIDIMPORTFORMAT,
-       CONVERTRESULT_INVALIDEXPORTFORMAT,
-       CONVERTRESULT_IMPORTFILEMISSING,
-       CONVERTRESULT_IMPORTFILEERROR,
+       CONVERTRESULT_INVALIDINPUTFORMAT,
+       CONVERTRESULT_INVALIDOUTPUTFORMAT,
+       CONVERTRESULT_INPUTFILEMISSING,
+       CONVERTRESULT_INPUTFILEEMPTY,
+       CONVERTRESULT_INPUTFILEINVALIDFORMAT,
+       CONVERTRESULT_INPUTFILEERROR,
+       CONVERTRESULT_OUTPUTFILEERROR
 };
 
-ConvertResult ConvertContact(wxString InputFormat, wxString OutputFormat, 
+ConvertResult ConvertContact(wxString InputFormat, wxString ExportFormat, 
        wxString InputFilename, wxString OutputFilename);
 
 #endif
\ No newline at end of file
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy