summaryrefslogtreecommitdiff
path: root/cpp/include
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2011-02-04 05:19:43 +0000
committerTed Ross <tross@apache.org>2011-02-04 05:19:43 +0000
commitc3e46a1299409886c24a11b72ddbbd44a1593bb3 (patch)
tree9e0c9594c3dd35145e42c67229387dc8ec86763b /cpp/include
parentb43bdbc0002b0d24b5efa3c595b7e989380bfab3 (diff)
downloadqpid-python-c3e46a1299409886c24a11b72ddbbd44a1593bb3.tar.gz
Fixed typos in the documentation text.
Fixed bug in the propagation of exceptions in query-processing. Added user-id to messages sent by the console. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1067087 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include')
-rw-r--r--cpp/include/qmf/AgentSession.h2
-rw-r--r--cpp/include/qmf/ConsoleSession.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/qmf/AgentSession.h b/cpp/include/qmf/AgentSession.h
index d6ac5adf83..9e29d6b54b 100644
--- a/cpp/include/qmf/AgentSession.h
+++ b/cpp/include/qmf/AgentSession.h
@@ -69,7 +69,7 @@ namespace qmf {
* If False: QMF events are only sent to authorized subscribers
* listen-on-direct:{True,False} - If True: Listen on legacy direct-exchange address for backward compatibility [default]
* If False: Listen only on the routable direct address
- * strict-security:{True,False} - If True: Cooperate with the broker to enforce string access control to the network
+ * strict-security:{True,False} - If True: Cooperate with the broker to enforce strict access control to the network
* - If False: Operate more flexibly with regard to use of messaging facilities [default]
*/
QMF_EXTERN AgentSession(qpid::messaging::Connection&, const std::string& options="");
diff --git a/cpp/include/qmf/ConsoleSession.h b/cpp/include/qmf/ConsoleSession.h
index 2422383fa3..0c73e7a6db 100644
--- a/cpp/include/qmf/ConsoleSession.h
+++ b/cpp/include/qmf/ConsoleSession.h
@@ -59,7 +59,7 @@ namespace qmf {
* an agent before deleting it [default: 5]
* listen-on-direct:{True,False} - If True: Listen on legacy direct-exchange address for backward compatibility [default]
* If False: Listen only on the routable direct address
- * strict-security:{True,False} - If True: Cooperate with the broker to enforce string access control to the network
+ * strict-security:{True,False} - If True: Cooperate with the broker to enforce strict access control to the network
* - If False: Operate more flexibly with regard to use of messaging facilities [default]
*/
QMF_EXTERN ConsoleSession(qpid::messaging::Connection&, const std::string& options="");