Inconsistent reference to ConnectionSettings
--------------------------------------------
Key: QPID-1369
URL: https://issues.apache.org/jira/browse/QPID-1369
Project: Qpid
Issue Type: Bug
Components: C++ Client
Affects Versions: M3
Environment: Windows
Reporter: Steve Huston
Assignee: Steve Huston
In the C++ client code there are a few places where ConnectionSettings is
forward-referenced ala
class ConnectionSettings;
However, ConnectionSettings is a struct. This difference causes Microsoft C++
to issue a warning that ConnectionSettings was first seen as a struct, then a
class. Changing the forward reference from class to struct resolves this.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.