Patch declarequeue.xml.patch for amqp Bug #63919
Patch version 2013-01-06 17:00 UTC
Return to Bug #63919 |
Download this patch
Patch Revisions:
Developer: gwijaya@gmail.com
diff --git a/declarequeue.xml b/declarequeue.xml
index e3cf321..511a0e6 100644
--- a/declarequeue.xml
+++ b/declarequeue.xml
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 328670 $ -->
-<refentry xml:id="amqpqueue.declare" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+<refentry xml:id="amqpqueue.declareQueue" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
- <refname>AMQPQueue::declare</refname>
+ <refname>AMQPQueue::declareQueue</refname>
<refpurpose>Declare a new queue</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <modifier>public</modifier> <type>int</type><methodname>AMQPQueue::declare</methodname>
+ <modifier>public</modifier> <type>int</type><methodname>AMQPQueue::declareQueue</methodname>
<void />
</methodsynopsis>
<para>
|