summaryrefslogtreecommitdiff
path: root/ASNMP/asnmp/target.h
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-26 19:16:37 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-26 19:16:37 +0000
commit8987231181db93125ac3cdd34c7554ecd75d77ad (patch)
treef3a9dfa2c345d7225f6750a8cc5f9b1800f3bdaf /ASNMP/asnmp/target.h
parenta1db68c86571bbce42f79021c142621603deff5f (diff)
downloadATCD-8987231181db93125ac3cdd34c7554ecd75d77ad.tar.gz
ChangeLogTag:Tue Aug 26 18:57:07 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'ASNMP/asnmp/target.h')
-rw-r--r--ASNMP/asnmp/target.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ASNMP/asnmp/target.h b/ASNMP/asnmp/target.h
index 1fc7bc2157e..64142f61651 100644
--- a/ASNMP/asnmp/target.h
+++ b/ASNMP/asnmp/target.h
@@ -68,7 +68,7 @@ enum ASNMP_Defs {
// Abstract class used to provide a virtual interface into Targets
//
-class ACE_Export SnmpTarget
+class ASNMP_Export SnmpTarget
// = TITLE
// Abstract Base class SnmpTarget is used to Collect all transmission
// details to communicate with an SNMP
@@ -171,7 +171,7 @@ class ACE_Export SnmpTarget
//----[ UdpTarget class ]----------------------------------------------
// UDP/IP transport using "community string" based agents (targets)
//
-class ACE_Export UdpTarget: public SnmpTarget
+class ASNMP_Export UdpTarget: public SnmpTarget
// = TITLE
// Concrete class UdpTarget contains all Details for communicating
// with a SNMPv1 agent over UDP/IPv4 transport