]> git.stg.codes - ssmd.git/blob - 3rdparty/snmp++/include/snmp_pp/snmp_pp.h
Initial adding
[ssmd.git] / 3rdparty / snmp++ / include / snmp_pp / snmp_pp.h
1 /*_############################################################################
2   _## 
3   _##  snmp_pp.h  
4   _##
5   _##  SNMP++v3.2.25
6   _##  -----------------------------------------------
7   _##  Copyright (c) 2001-2010 Jochen Katz, Frank Fock
8   _##
9   _##  This software is based on SNMP++2.6 from Hewlett Packard:
10   _##  
11   _##    Copyright (c) 1996
12   _##    Hewlett-Packard Company
13   _##  
14   _##  ATTENTION: USE OF THIS SOFTWARE IS SUBJECT TO THE FOLLOWING TERMS.
15   _##  Permission to use, copy, modify, distribute and/or sell this software 
16   _##  and/or its documentation is hereby granted without fee. User agrees 
17   _##  to display the above copyright notice and this license notice in all 
18   _##  copies of the software and any documentation of the software. User 
19   _##  agrees to assume all liability for the use of the software; 
20   _##  Hewlett-Packard and Jochen Katz make no representations about the 
21   _##  suitability of this software for any purpose. It is provided 
22   _##  "AS-IS" without warranty of any kind, either express or implied. User 
23   _##  hereby grants a royalty-free license to any and all derivatives based
24   _##  upon this software code base. 
25   _##  
26   _##  Stuttgart, Germany, Thu Sep  2 00:07:47 CEST 2010 
27   _##  
28   _##########################################################################*/
29 /*===================================================================
30
31    Copyright (c) 1999
32    Hewlett-Packard Company
33
34   ATTENTION: USE OF THIS SOFTWARE IS SUBJECT TO THE FOLLOWING TERMS.
35   Permission to use, copy, modify, distribute and/or sell this software
36   and/or its documentation is hereby granted without fee. User agrees
37   to display the above copyright notice and this license notice in all
38   copies of the software and any documentation of the software. User
39   agrees to assume all liability for the use of the software; Hewlett-Packard
40   makes no representations about the suitability of this software for any
41   purpose. It is provided "AS-IS without warranty of any kind,either express
42   or implied. User hereby grants a royalty-free license to any and all
43   derivatives based upon this software code base.
44
45    SNMP++ S N M P_PP . H
46
47    SNMP CLASS DEFINITION
48
49   DESIGN + AUTHOR:   Peter E Mellquist
50 =====================================================================*/
51 // $Id: snmp_pp.h 1685 2009-11-24 13:45:38Z katz $
52
53 #ifndef _SNMP_PP_H_
54 #define _SNMP_PP_H_
55
56 // this is snmp++v3
57 #define SNMP_PP_V3
58
59 //-----[ snmp++ classes ]------------------------------------------------
60 #include "snmp_pp/config_snmp_pp.h"     // config file (SNMPv3)
61 #include "snmp_pp/oid.h"                // snmp++ oid class
62 #include "snmp_pp/vb.h"                 // snbmp++ vb class
63 #include "snmp_pp/target.h"             // snmp++ target class
64 #include "snmp_pp/pdu.h"                // snmp++ pdu class
65 #include "snmp_pp/snmperrs.h"           // error macros and strings
66 #include "snmp_pp/address.h"            // snmp++ address class defs
67 #include "snmp_pp/v3.h"                 // SNMPv3
68 #include "snmp_pp/mp_v3.h"              // SNMPv3
69 #include "snmp_pp/usm_v3.h"             // SNMPv3
70 #include "snmp_pp/reentrant.h"
71 #include "snmp_pp/uxsnmp.h"
72 #include "snmp_pp/asn1.h"
73 #include "snmp_pp/msec.h"
74 #include "snmp_pp/eventlist.h"
75 #include "snmp_pp/eventlistholder.h"
76 #include "snmp_pp/log.h"
77
78 #endif //_SNMP_PP_H_