OSDN Git Service

Update INSTALL.ja.utf-8 for new release.
[ultramonkey-l7/ultramonkey-l7-v2.git] / snmpagent / queue_sendtrap.h
1 #ifndef __QUEUE_SENDTRAP_H__
2 #define __QUEUE_SENDTRAP_H__
3
4 #include <string>
5
6 class   l7ag_queuesendtrap
7 {
8 private:
9         void    set_queuedata();
10
11 public:
12         l7ag_queuesendtrap();
13         ~l7ag_queuesendtrap();
14
15         void    get_queuedata();
16         void    make_queuedata( std::string oid, std::string trapmessage );
17 };
18
19 #endif //__QUEUE_SENDTRAP_H__