OSDN Git Service

Welcome to year 2013 ;-)
[lamexp/LameXP.git] / src / LockedFile.h
index 1706449..60b224e 100644 (file)
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2010 LoRd_MuldeR <MuldeR2@GMX.de>
+// Copyright (C) 2004-2013 LoRd_MuldeR <MuldeR2@GMX.de>
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
@@ -27,10 +27,13 @@ class LockedFile
 {
 public:
        LockedFile(const QString &resourcePath, const QString &outPath, const QByteArray &expectedHash = QByteArray());
+       LockedFile(const QString &filePath);
        ~LockedFile(void);
 
        const QString &filePath();
 
+       static void selfTest();
+
 private:
        QString m_filePath;
        void *m_fileHandle;