From 7726f2060f21b281a7b707a9d9b1eae06e5afd64 Mon Sep 17 00:00:00 2001 From: nobody Date: Thu, 26 Mar 1998 23:28:26 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'TAO-0_1_11'. --- ASNMP/agent/snmp_agent.h | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 ASNMP/agent/snmp_agent.h (limited to 'ASNMP/agent/snmp_agent.h') diff --git a/ASNMP/agent/snmp_agent.h b/ASNMP/agent/snmp_agent.h deleted file mode 100644 index a3c13ce89c1..00000000000 --- a/ASNMP/agent/snmp_agent.h +++ /dev/null @@ -1,46 +0,0 @@ -/* -*-C++-*- */ - -#ifndef SNMP_AGENT_ -#define SNMP_AGENT_ -// ============================================================================ -// -// = LIBRARY -// ASNMP -// -// = FILENAME -// snmp_agent.h -// -// = AUTHOR -// Michael R. MacFaden (mrm@cisco.com) -// -// ============================================================================ - -class agent_impl; - -class snmp_agent { - // = TITLE - // An SNMP v1 agent class - // - // = DESCRIPTION - // Contructs agents that are capable of processing SNMPv1 requests - // over the MIB II System group - - public: - snmp_agent(); // uses port 161, public, private - ~snmp_agent(); - - int valid() const; - // did object construct ok - - int set_args(int argc, char *argv[]); - // runtime arguments such as community strings, port to use - - int run(); - // begin processing requests - - private: - snmp_agent(const snmp_agent&); - agent_impl *agent_; -}; - -#endif // SNMP_AGENT_ -- cgit v1.2.1