This is valid C++ syntax, but SIP does not seem to like it. How do I wrap the
code mentioned below?
sip: sip/ptlib/PInternetProtocol.sip:63: syntax error
Error: Unable to create the C++ code.
class PInternetProtocol
{
protected:
PInternetProtocol(
const char * defaultServiceName, ///< Service name for the protocol.
int cmdCount, ///< Number of command strings.
const char * const * cmdNames ///< Strings for each command.
);
// Create an unopened TCP/IP protocol socket channel.
};
--
Regards,
-Demetrius Cassidy
_______________________________________________
PyQt mailing list [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt