summaryrefslogtreecommitdiff
path: root/ACE/apps/drwho/SL_Client.cpp
blob: c92b576fce278d2c739b2d3ffe56ec2e4e17c345 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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_;
}