Winsock needs to be initialized.
[dftpd.git] / LogSTDOUT.hpp
blob41abda7a639d169e8e099e863149141bc73abd82
1 #ifndef __DFTPD__LOGSTDOUT_HPP__
2 #define __DFTPD__LOGSTDOUT_HPP__
4 #include <iostream>
5 #include "Log.hpp"
7 class LogSTDOUT : public Log
9 public:
10 void Print( const std::string& txt );
13 #endif