smf/inc/common/smfdes.h
changeset 5 edb9dc8273d9
parent 3 0446eb7b28aa
--- a/smf/inc/common/smfdes.h	Thu Apr 15 15:40:08 2010 +0530
+++ b/smf/inc/common/smfdes.h	Thu Apr 22 15:18:37 2010 +0530
@@ -50,6 +50,7 @@
  *				- how to get a list of images from a remote gallery e.g. Flickr.com, see @ref MyApplication::displayGallery()
  *				- how to post privately to a contact see @ref MyApplication::postUpdate()
  *				- how to tell others about the music you are currently listen to, see @ref MyApplication::updateCurrentPlaying()
+ *				- how to list all the activities that has happened recently, see @ref MyApplication::getActivities() and @ref MyApplication::showActivities() 
  *
  *		@section smf_sample_plugin Sample Plugin From Service provider
  *		- This shows how to write a plugin for extending SMF service. Authentication Application also needs to be provided for these plugins.