Update protocol_binary.h to the latest one from the memcached distribution
[m6w6/libmemcached] / libmemcached / memcached.hpp
index 97c18d346f65ad7c3151512511c902b72f4313cf..c21651bf3007abb6173a28a97c7e0c7a02666caa 100644 (file)
@@ -755,6 +755,16 @@ public:
     return (rc == MEMCACHED_SUCCESS);
   }
 
+  /**
+   * Callback function for result sets. It passes the result
+   * sets to the list of functions provided.
+   *
+   * @param[in] callback list of callback functions
+   * @param[in] context pointer to memory reference that is
+   *                    supplied to the calling function
+   * @param[in] num_of_callbacks number of callback functions
+   * @return true on success; false otherwise
+   */
   bool fetchExecute(memcached_execute_function *callback,
                     void *context,
                     unsigned int num_of_callbacks)