Skip to content

Commit

Permalink
add get_recent_events and get_user_notifications to COmputedAttribute…
Browse files Browse the repository at this point in the history
…s and UNS
  • Loading branch information
MauriceManning committed Oct 11, 2012
1 parent 0cf7cf8 commit fd652ff
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions ion/services/dm/presentation/user_notification_service.py
Expand Up @@ -626,6 +626,16 @@ def publish(message, headers):
event_subtype='')
self._schedule_ids.append(sid)




def get_recent_events(self, resource_id=''):
pass

def get_user_notifications(self, user_id=''):
pass


def create_worker(self, number_of_workers=1):
'''
Creates notification workers
Expand Down

0 comments on commit fd652ff

Please sign in to comment.