Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git] / ACE / apps / drwho / SL_Client.cpp
blobc92b576fce278d2c739b2d3ffe56ec2e4e17c345
1 #include "Options.h"
2 #include "SL_Client.h"
4 SL_Client::SL_Client (const char *usr_name)
5 : Single_Lookup (usr_name)
9 Protocol_Record *
10 SL_Client::insert (const char *, int)
12 return this->prp_;