[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

@@ -16,7 +16,7 @@
namespace appl {
class WorkerCloseFile : public ewol::Object {
public:
static const char* eventCloseDone;
ewol::object::Signal<void> signalCloseDone;
protected:
// note : if == "" ==> current ...
WorkerCloseFile();