ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Event/Event.xs
Revision: 1.2
Committed: Thu Aug 16 22:09:12 2001 UTC (22 years, 10 months ago) by root
Branch: MAIN
Changes since 1.1: +2 -1 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 #include "EXTERN.h"
2     #include "perl.h"
3     #include "XSUB.h"
4    
5 root 1.2 #include "EventAPI.h"
6     #include "../Coro/CoroAPI.h"
7 root 1.1
8     MODULE = Coro::Event PACKAGE = Coro::Event
9    
10     BOOT:
11     {
12     I_EVENT_API("Coro::Event");
13     I_CORO_API ("Coro::Event");
14     }