Add libwx-perl
[pkg-perl] / deb-src / libwx-perl / libwx-perl-0.96 / ext / socket / typemap
1 #############################################################################
2 ## Name:        ext/socket/typemap
3 ## Purpose:     typemap
4 ## Author:      Graciliano M. P.
5 ## Modified by:
6 ## Created:     27/02/2003
7 ## RCS-ID:      $Id: typemap 2565 2009-05-17 13:34:37Z mbarbon $
8 ## Copyright:   (c) 2003-2004, 2008-2009 Graciliano M. P.
9 ## Licence:     This program is free software; you can redistribute it and/or
10 ##              modify it under the same terms as Perl itself
11 #############################################################################
12
13 TYPEMAP
14 wxSocketFlags           T_ENUM
15
16 wxSocketBase*           O_WXOBJECT
17 wxSocketClient*         O_WXOBJECT
18 wxSocketServer*         O_WXOBJECT
19 wxSocketEvent*          O_WXOBJECT
20 wxDatagramSocket *      O_WXOBJECT
21
22 wxSockAddress *         O_WXOBJECT_THR
23 wxIPaddress *           O_WXOBJECT_THR
24 wxIPV4address *         O_WXOBJECT_THR
25 wxIPV6address *         O_WXOBJECT_THR
26 wxUNIXaddress *         O_WXOBJECT_THR