[DEV] rework signal interface (step 1 normalisation)

This commit is contained in:
2014-08-20 22:34:31 +02:00
parent 7da1beb12d
commit 03fa46bbcd
16 changed files with 93 additions and 95 deletions

View File

@@ -15,7 +15,7 @@
namespace appl {
class WorkerSaveFile : public ewol::Object {
public:
static const char* eventSaveDone;
ewol::object::Signal<void> signalSaveDone;
protected:
WorkerSaveFile();
void init(const std::string& _bufferName, bool _forceSaveAs=true);