summaryrefslogtreecommitdiff
path: root/examples/C++NPv2/Client_Logging_Daemon.cpp
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-07-10 17:37:08 +0000
committerSteve Huston <shuston@riverace.com>2002-07-10 17:37:08 +0000
commit867afe4284680facf42917e774406fb6fb854afb (patch)
tree55d637c9a7671771ba00c67e205be41ddbe036eb /examples/C++NPv2/Client_Logging_Daemon.cpp
parentd83514d953c4d39e3aab7958ba5a13eeea4bf1bf (diff)
downloadATCD-867afe4284680facf42917e774406fb6fb854afb.tar.gz
ChangeLogTag:Wed Jul 10 13:31:49 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'examples/C++NPv2/Client_Logging_Daemon.cpp')
-rw-r--r--examples/C++NPv2/Client_Logging_Daemon.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/C++NPv2/Client_Logging_Daemon.cpp b/examples/C++NPv2/Client_Logging_Daemon.cpp
index 4e0ce41cfaa..e37c2bbff9a 100644
--- a/examples/C++NPv2/Client_Logging_Daemon.cpp
+++ b/examples/C++NPv2/Client_Logging_Daemon.cpp
@@ -309,9 +309,12 @@ public:
// Service Configurator hook methods.
virtual int init (int argc, ACE_TCHAR *argv[]);
virtual int fini ();
+#if 0
+ // Implementing these methods is left as an exercise for the reader.
virtual int info (ACE_TCHAR **bufferp, size_t length = 0) const;
virtual int suspend ();
virtual int resume ();
+#endif
protected:
// Receives, processes, and forwards log records.