mirror of https://github.com/aria2/aria2
2009-02-11 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Fixed #define guard for EpollEventPoll * src/EpollEventPoll.hpull/1/head
parent
d63308afc5
commit
4570a4242e
|
@ -1,3 +1,8 @@
|
|||
2009-02-11 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Fixed #define guard for EpollEventPoll
|
||||
* src/EpollEventPoll.h
|
||||
|
||||
2009-02-10 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Wait 2 seconds. 1 second is sometimes not enough.
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
*/
|
||||
/* copyright --> */
|
||||
#ifndef _D_EPOLL_EVENT_POLL_H_
|
||||
#define _D_EPLLL_EVENT_POLL_H_
|
||||
#define _D_EPOLL_EVENT_POLL_H_
|
||||
|
||||
#include "EventPoll.h"
|
||||
|
||||
|
@ -242,4 +242,4 @@ public:
|
|||
|
||||
} // namespace aria2
|
||||
|
||||
#endif // _D_EVENT_POLL_H_
|
||||
#endif // _D_EPOLL_EVENT_POLL_H_
|
||||
|
|
Loading…
Reference in New Issue