summaryrefslogtreecommitdiffstats
path: root/lib/private/eventsource.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2014-08-29 17:19:38 +0200
committerRobin Appelman <icewind@owncloud.com>2014-09-03 13:36:15 +0200
commitdad53180bc6c554336c3a30abf64e45c242b2262 (patch)
tree35cb817c892347db96792d5b13f5d64b9261901e /lib/private/eventsource.php
parent54c918fe48eeae35adae64381f1e1c41ac4a660b (diff)
downloadnextcloud-server-dad53180bc6c554336c3a30abf64e45c242b2262.tar.gz
nextcloud-server-dad53180bc6c554336c3a30abf64e45c242b2262.zip
Add event source to the public api
Diffstat (limited to 'lib/private/eventsource.php')
-rw-r--r--lib/private/eventsource.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/eventsource.php b/lib/private/eventsource.php
index 5a870ae3f3a..22782d677e4 100644
--- a/lib/private/eventsource.php
+++ b/lib/private/eventsource.php
@@ -12,7 +12,7 @@
*
* use server side events with caution, to many open requests can hang the server
*/
-class OC_EventSource {
+class OC_EventSource implements \OCP\IEventSource {
/**
* @var bool
*/