repo.or.cz
/
dftpd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix PASV reply for Firefox.
[dftpd.git]
/
LogSTDOUT.hpp
blob
41abda7a639d169e8e099e863149141bc73abd82
1
#ifndef __DFTPD__LOGSTDOUT_HPP__
2
#define __DFTPD__LOGSTDOUT_HPP__
3
4
#include <iostream>
5
#include
"Log.hpp"
6
7
class
LogSTDOUT
:
public
Log
8
{
9
public
:
10
void
Print
(
const
std
::
string
&
txt
);
11
};
12
13
#endif