aotto1968 <
aott...@t-online.de> wrote:
> error: no matching function for call to 'ccmqmsgque::MqMsgqueCallbackC::MqMsgqueCallbackC(const
> ccmqmsgque::MqMsgqueCallbackC::MqMsgqueCallbackU&)'
On a side note, when asking such questions, it's polite to do some work to
prepare your question rather than just dumping raw code as-is and expecting
people to do that work for you.
The "work" I'm talking about is making the code you are posting as easy for
the reader to understand as possible. This means creating a *minimal*
*complete* piece of code that clearly and succinctly depicts the problem
you are having and asking about. The easier you make for others to read
and understand your code and your question, the more likely it is that
you'll get a good answer. Remove all unnecessary stuff, write a minimal
example that contains only the parts relevant to your question. If necessary,
name your variables and functions more clearly (you can't expect people to
know what some gibberish like "ccmqmsgque" means). Just dumping your existing
code here as-is, with complete disregard to readability and understandability
shows a degree of laziness and unwillingness to help others help you.
As a side benefit, in many cases when you are minimizing your code
you'll sometimes actually find the problem yourself.