[asterisk-commits] kmoore: branch kmoore/stasis-device_state r383039 - /team/kmoore/stasis-devic...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Mar 13 14:50:17 CDT 2013


Author: kmoore
Date: Wed Mar 13 14:50:13 2013
New Revision: 383039

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=383039
Log:
Correct documentation to match the new combined topics/cache

Modified:
    team/kmoore/stasis-device_state/include/asterisk/devicestate.h

Modified: team/kmoore/stasis-device_state/include/asterisk/devicestate.h
URL: http://svnview.digium.com/svn/asterisk/team/kmoore/stasis-device_state/include/asterisk/devicestate.h?view=diff&rev=383039&r1=383038&r2=383039
==============================================================================
--- team/kmoore/stasis-device_state/include/asterisk/devicestate.h (original)
+++ team/kmoore/stasis-device_state/include/asterisk/devicestate.h Wed Mar 13 14:50:13 2013
@@ -285,7 +285,7 @@
 };
 
 /*!
- * \brief Get the Stasis topic for aggregated device state messages
+ * \brief Get the Stasis topic for device state messages
  * \retval The topic for device state messages
  * \retval NULL if it has not been allocated
  * \since 12
@@ -293,7 +293,7 @@
 struct stasis_topic *stasis_device_state_topic_all(void);
 
 /*!
- * \brief Get the Stasis topic for aggregated device state messages for a specific device
+ * \brief Get the Stasis topic for device state messages for a specific device
  * \param uniqueid The device for which to get the topic
  * \retval The topic structure for MWI messages for a given device
  * \retval NULL if it failed to be found or allocated




More information about the asterisk-commits mailing list