Develop and Download Open Source Software

Browse Subversion Repository

Contents of /common/StandardInput_win.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 218 - (show annotations) (download) (as text)
Tue Jan 29 13:18:31 2008 UTC (16 years, 4 months ago) by satofumi
File MIME type: text/x-c++src
File size: 365 byte(s)
adjut for MinGW
1 /*!
2 \file
3 \brief •W€“ü—͂̎óM
4
5 \author Satofumi KAMIMURA
6
7 $Id$
8 */
9
10 #include "StandardInput.h"
11
12 using namespace beego;
13
14
15 struct StandardInput::pImpl {
16 // !!!
17 };
18
19
20 StandardInput::StandardInput(void) : pimpl(new pImpl) {
21 }
22
23
24 StandardInput::~StandardInput(void) {
25 }
26
27
28 int StandardInput::recv(char *buffer, size_t maxlen, int timeout) {
29
30 //
31 return -1;
32 }

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26