ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Event/Event.xs
Revision: 1.1
Committed: Thu Aug 16 21:55:35 2001 UTC (22 years, 10 months ago) by root
Branch: MAIN
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     #include "CoroAPI.h"
6    
7     MODULE = Coro::Event PACKAGE = Coro::Event
8    
9     BOOT:
10     {
11     I_EVENT_API("Coro::Event");
12     I_CORO_API ("Coro::Event");
13     }