refs #209, fileExists method (remote enabled)

This commit is contained in:
Klaus Basan
2014-04-16 23:41:35 +02:00
parent 3c42a91596
commit 7930560be6
4 changed files with 18 additions and 0 deletions

View File

@@ -45,6 +45,9 @@ namespace BlackCore
//! \copydoc IContextApplication::removeFile
virtual bool removeFile(const QString &fileName) override;
//! \copydoc IContextApplication::existsFile
virtual bool existsFile(const QString &fileName) override;
protected:
//! Constructor
CContextApplication(CRuntimeConfig::ContextMode mode, CRuntime *runtime);