repo.or.cz
/
aerie.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update
[aerie.git]
/
GetRequest.cpp
blob
a8a0664daebf1df9648f716dedd0ec13fcbcf187
1
#include
"GetRequest.h"
2
3
CGetRequest
::
CGetRequest
(
SOCKET s
)
4
:
IRequest
(
s
)
5
{
6
}
7
8
CGetRequest
::~
CGetRequest
(
void
)
9
{
10
}