File: qnetwork.sip

package info (click to toggle)
python-qt3 3.13-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,096 kB
  • ctags: 2,039
  • sloc: python: 12,973; cpp: 7,752; sql: 195; makefile: 108; ansic: 26
file content (34 lines) | stat: -rw-r--r-- 1,057 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
// This is the SIP interface definition for qInitNetworkProtocols.
//
// Copyright (c) 2004
// 	Riverbank Computing Limited <info@riverbankcomputing.co.uk>
// 
// This file is part of PyQt.
// 
// This copy of PyQt is free software; you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by the Free
// Software Foundation; either version 2, or (at your option) any later
// version.
// 
// PyQt is supplied in the hope that it will be useful, but WITHOUT ANY
// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
// FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
// details.
// 
// You should have received a copy of the GNU General Public License along with
// PyQt; see the file LICENSE.  If not, write to the Free Software Foundation,
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


%If (Qt_NETWORKPROTOCOL)
%If (Qt_2_2_0 -)

%ModuleHeaderCode
#include <qglobal.h>
#include <qnetwork.h>
%End

void qInitNetworkProtocols();

%End
%End