|
@@ -12,13 +12,13 @@ |
|
|
block discarded – undo |
|
12
|
12
|
final class Events |
|
13
|
13
|
{ |
|
14
|
14
|
|
|
15
|
|
- const MAIN_LOOP_STARTING = 'mainLoop.starting'; |
|
16
|
|
- const INSTANCE_STATUS_UPDATES = 'status.instanceUpdates'; |
|
|
15
|
+ const MAIN_LOOP_STARTING = 'mainLoop.starting'; |
|
|
16
|
+ const INSTANCE_STATUS_UPDATES = 'status.instanceUpdates'; |
|
17
|
17
|
|
|
18
|
|
- const INSTANCE_SEEN = 'persistence.instanceSeen'; |
|
19
|
|
- const CONNECTION_SEEN = 'persistence.connectionSeen'; |
|
20
|
|
- const INPUT_SEEN = 'persistence.inputSeen'; |
|
21
|
|
- const SUBSCRIPTION_SEEN = 'persistence.subscriptionSeen'; |
|
22
|
|
- const SUBSCRIPTION_STATE_CHANGE = 'persistence.subscriptionStateChange'; |
|
|
18
|
+ const INSTANCE_SEEN = 'persistence.instanceSeen'; |
|
|
19
|
+ const CONNECTION_SEEN = 'persistence.connectionSeen'; |
|
|
20
|
+ const INPUT_SEEN = 'persistence.inputSeen'; |
|
|
21
|
+ const SUBSCRIPTION_SEEN = 'persistence.subscriptionSeen'; |
|
|
22
|
+ const SUBSCRIPTION_STATE_CHANGE = 'persistence.subscriptionStateChange'; |
|
23
|
23
|
|
|
24
|
24
|
} |
Please login to merge, or discard this patch.