summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiftob/Commands.h')
-rw-r--r--Swiftob/Commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiftob/Commands.h b/Swiftob/Commands.h
index d5aac2c..1b8e432 100644
--- a/Swiftob/Commands.h
+++ b/Swiftob/Commands.h
@@ -21,8 +21,8 @@ namespace Swift {
class Storage;
class Commands {
- typedef boost::function<void(Swift::Message::ref)> ListenerCallback;
public:
+ typedef std::pair<boost::function<void(Swift::Message::ref)>, bool> ListenerCallback;
enum RoleList {Anyone, Owner};
public:
class Command {