[DEV] multiple save and close start to work

This commit is contained in:
2013-11-17 20:37:06 +01:00
parent e32253cd98
commit 9ca83d1718
8 changed files with 209 additions and 14 deletions

View File

@@ -15,6 +15,8 @@
namespace appl {
class WorkerCloseFile : public ewol::EObject {
public:
static const char* eventCloseDone;
public:
// note : if == "" ==> current ...
WorkerCloseFile(const std::string& _bufferName);