projects
/
jubjub.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4e46ed
)
Implement connection:didThrowException:
author
Florian Zeitz
<florob@babelmonkeys.de>
Sun, 10 Feb 2013 22:41:39 +0000
(23:41 +0100)
committer
Florian Zeitz
<florob@babelmonkeys.de>
Sun, 10 Feb 2013 22:41:39 +0000
(23:41 +0100)
src/core/main.m
patch
|
blob
|
history
diff --git
a/src/core/main.m
b/src/core/main.m
index 659414bf349d4d2e886d0eb793b2956cbac51668..229e6c5aa502fe2624725beaaa08d9709d14d24a 100644
(file)
--- a/
src/core/main.m
+++ b/
src/core/main.m
@@
-41,4
+41,10
@@
OF_APPLICATION_DELEGATE(AppDelegate)
{
of_log(@"Out: %@", element);
}
+
+- (void)connection: (XMPPConnection*)connection_
+ didThrowException: (id)e
+{
+ @throw e;
+}
@end