repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cleanup ACE_HAS_PTHREAD_SIGMASK_PROTOTYPE, all platforms support it so far as I can...
[ACE_TAO.git]
/
ACE
/
apps
/
drwho
/
SL_Client.cpp
blob
c92b576fce278d2c739b2d3ffe56ec2e4e17c345
1
#include
"Options.h"
2
#include
"SL_Client.h"
3
4
SL_Client
::
SL_Client
(
const char
*
usr_name
)
5
:
Single_Lookup
(
usr_name
)
6
{
7
}
8
9
Protocol_Record
*
10
SL_Client
::
insert
(
const char
*,
int
)
11
{
12
return this
->
prp_
;
13
}