]> Dogcows Code - chaz/thecheat/blob - NetTrafficControlling.h
The Cheat 1.1.1
[chaz/thecheat] / NetTrafficControlling.h
1
2 // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 // Project: The Cheat
4 //
5 // File: NetTrafficControlling.h
6 // Created: Wed Sep 24 2003
7 //
8 // Copyright: 2003 Chaz McGarvey. All rights reserved.
9 // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10
11 #import <Cocoa/Cocoa.h>
12
13
14 @protocol NetTrafficControlling
15
16 - (int)netTrafficConnectionCount;
17 - (NSArray *)netTrafficConnectionList;
18
19 - (void)netTrafficKillConnection:(int)index;
20
21 @end
This page took 0.029376 seconds and 4 git commands to generate.