Skip to content

Commit 1221394

Browse files
authored
Merge pull request #4 from darkplusplus/remote-disconnect-predicate
Add remote disconnect predicate (t-x-d-d)
2 parents dbb0529 + 55617f6 commit 1221394

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dpp.cot/CotPredicates.tt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,6 @@ namespace dpp.cot
5454
// types not in CoTtypes.xml
5555
public const string t_ping = "t-x-c-t";
5656
public const string t_pong = "t-x-c-t-r";
57+
public const string t_remote_disconnect = "t-x-d-d";
5758
}
5859
}

0 commit comments

Comments
 (0)