diff options
Diffstat (limited to 'Slimber/Cocoa/CocoaAction.h')
m--------- | Slimber | 0 | ||||
-rw-r--r-- | Slimber/Cocoa/CocoaAction.h | 20 |
2 files changed, 0 insertions, 20 deletions
diff --git a/Slimber b/Slimber new file mode 160000 +Subproject 723115ef8542c640580ea4751fca3c359a79dec diff --git a/Slimber/Cocoa/CocoaAction.h b/Slimber/Cocoa/CocoaAction.h deleted file mode 100644 index d02c8b5..0000000 --- a/Slimber/Cocoa/CocoaAction.h +++ /dev/null @@ -1,20 +0,0 @@ -#pragma once - -#include <Cocoa/Cocoa.h> -#include <boost/function.hpp> - -@interface CocoaAction : NSObject { - boost::function<void ()>* function; -} - -/** - * Acquires ownership of 'f'. - */ -- (id) initWithFunction: (boost::function<void()>*) f; - -/** - * Calls the functor passed as a parameter to the contsructor. - */ -- (void) doAction: (id) sender; - -@end |