bug-radar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Checkin today


From: Jeff Bailey
Subject: Checkin today
Date: Wed, 24 Apr 2002 15:10:30 -0700
User-agent: Mutt/1.3.28i

I built part of that wrapper and checked it into libsnmp++.  It
depends on netsnmp (as expected...)

Here's the test program I'm using:


int
main ()
{
  snmpv1_connection* test = new snmpv1_connection("router", "community");

  test->get(".1.3.6.1.2.1.1.1.0");

}

Note that I'm discarding the result of the get.  That's obviously
wrong.  Right now I'm just using library routines to print them off.
Tommorow, I'll get the expected behaviour (It'll return a new pdu that
you can call member functions on).

I've never used a namespace before to isolate annoying C code.  I like
how it works.

-- 
 One of the great things about books is sometimes
 there are some fantastic pictures.
 -- George W. Bush 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]