Add missing newlines to the end of the following source modules:
ManagementAgentImpl.cpp, Exchange.cpp, Queue.cpp, ManagementAgent.cpp
--------------------------------------------------------------------------------------------------------------------------------------
Key: QPID-3915
URL: https://issues.apache.org/jira/browse/QPID-3915
Project: Qpid
Issue Type: Bug
Components: C++ Client
Affects Versions: 0.16, 0.17
Environment: RHEL 5.8
Reporter: Darryl L. Pierce
Priority: Blocker
Fix For: 0.17
Attachments: add-newlines.diff
The four mentioned files do not have a newline at the end of the file. This
causes gcc to fail to compile the modules with the error:
/home/mcpierce/Programming/Qpid/qpid/cpp/src/qpid/broker/Queue.cpp:1830:3:
error: no newline at end of file
make[2]: *** [src/CMakeFiles/qpidbroker.dir/qpid/broker/Queue.o] Error 1
make[1]: *** [src/CMakeFiles/qpidbroker.dir/all] Error 2
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]