2 #ifndef TRANSACTION_RESULT_H_
3 #define TRANSACTION_RESULT_H_
4 //=============================================================================
6 * @file transaction_result.h
8 * An object respresenting a request/reply operation between mgr/agent
10 * @author Michael R. MacFaden
12 //=============================================================================
16 class ASNMP_Export transaction_result
19 virtual ~transaction_result();
20 virtual void result(transaction
* trans
, int) = 0;