summaryrefslogtreecommitdiff
path: root/ACE/ASNMP/examples/trap/trap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ASNMP/examples/trap/trap.cpp')
-rw-r--r--ACE/ASNMP/examples/trap/trap.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ASNMP/examples/trap/trap.cpp b/ACE/ASNMP/examples/trap/trap.cpp
index c8ba41bd77a..db841ee5889 100644
--- a/ACE/ASNMP/examples/trap/trap.cpp
+++ b/ACE/ASNMP/examples/trap/trap.cpp
@@ -37,13 +37,13 @@
// SNMPv1 Trap Application
//
class trapapp {
- public:
+public:
trapapp(int argc, char **argv); // process command line args
int valid() const; // verify transaction can proceed
int run(); // issue transaction
static void usage(); // operator help message
- private:
+private:
trapapp(const trapapp&);
UdpAddress address_;