Revision e87bd7c7 doc/activitydiagrams/subscriber/urtFrtSubscriberFetchLatestMessage.uml

View differences:

doc/activitydiagrams/subscriber/urtFrtSubscriberFetchLatestMessage.uml
25 25

  
26 26
title **µRtWare**\nurtFrtSubscriberFetchLatestMessage()\n
27 27

  
28
!include ./functions.iuml
29

  
28 30
/'### PARAMETERS & RETURN ####################################################'/
29 31

  
30 32
note
......
50 52
start
51 53
if (Associated to a topic?) then (yes)
52 54
  :lock topic;
53
  !include findlatestmessage.iuml
54
  !include fetchmessage.iuml
55
  $find_latest_message()
56
  $fetch_message()
55 57
  :unlock topic;
56 58
  stop
57 59
  note

Also available in: Unified diff