summaryrefslogtreecommitdiff
path: root/ACE/ASNMP/examples/next/next.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ASNMP/examples/next/next.cpp')
-rw-r--r--ACE/ASNMP/examples/next/next.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/ACE/ASNMP/examples/next/next.cpp b/ACE/ASNMP/examples/next/next.cpp
index 999a6883cf6..cfff517c43e 100644
--- a/ACE/ASNMP/examples/next/next.cpp
+++ b/ACE/ASNMP/examples/next/next.cpp
@@ -34,14 +34,15 @@
//
// SNMPv1 Get Next Application
//
-class nextapp {
- public:
+class nextapp
+{
+public:
nextapp(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:
nextapp(const nextapp&);
UdpAddress address_;