+static id (*_LSDXPCServer$canOpenURL$connection$)(LSDXPCServer *self, SEL _cmd, id url, id connection);
+
+static id $LSDXPCServer$canOpenURL$connection$(LSDXPCServer *self, SEL _cmd, id url, id connection) {
+ pthread_setspecific(key_, connection);
+ @try {
+ return _LSDXPCServer$canOpenURL$connection$(self, _cmd, url, connection);
+ } @finally {
+ pthread_setspecific(key_, NULL);
+ }
+}
+