[AGENT++] snmp++ noob question

don radick dradick at mindspring.com
Tue Aug 24 13:15:56 CEST 2004


Folks,

I'm trying to extend the Snmp class, and can't get a compile -
I'm pretty sure it's my lack of knowledge, not a bug in  the lib.
gcc on Redhat 9, if it matters.

ie:

declaration:

class SnmpQueryBase : public Snmp
{
    SnmpQueryBase(int &stat);
}

Definition:

SnmpQueryBase::SnmpQueryBase(int &stat) :  Snmp(stat)

That line won't compile, and all my references say that the form is correct.

Thanks in advance.

-Don



More information about the AGENTPP mailing list