Author: gsim
Date: Tue Jan 12 10:00:49 2016
New Revision: 1724188
URL: http://svn.apache.org/viewvc?rev=1724188&view=rev
Log:
NO-JIRA: initialise 'print' option to false
Modified:
qpid/trunk/qpid/cpp/examples/messaging/spout.cpp
Modified: qpid/trunk/qpid/cpp/examples/messaging/spout.cpp
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/examples/messaging/spout.cpp?rev=1724188&r1=1724187&r2=1724188&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/examples/messaging/spout.cpp (original)
+++ qpid/trunk/qpid/cpp/examples/messaging/spout.cpp Tue Jan 12 10:00:49 2016
@@ -59,7 +59,8 @@ struct Options : OptionParser
url("127.0.0.1"),
timeout(0),
count(1),
- durable(false)
+ durable(false),
+ print(false)
{
add("broker,b", url, "url of broker to connect to");
add("timeout,t", timeout, "exit after the specified time");
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]