summaryrefslogtreecommitdiff
path: root/ACE/apps/drwho/SL_Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/drwho/SL_Client.cpp')
-rw-r--r--ACE/apps/drwho/SL_Client.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/ACE/apps/drwho/SL_Client.cpp b/ACE/apps/drwho/SL_Client.cpp
new file mode 100644
index 00000000000..9cba5324a2e
--- /dev/null
+++ b/ACE/apps/drwho/SL_Client.cpp
@@ -0,0 +1,15 @@
+// $Id$
+
+#include "Options.h"
+#include "SL_Client.h"
+
+SL_Client::SL_Client (const char *usr_name)
+ : Single_Lookup (usr_name)
+{
+}
+
+Protocol_Record *
+SL_Client::insert (const char *, int)
+{
+ return this->prp_;
+}