Sha256: 52e4fbde2a7a14786fb3fe80d0784a27426b6344bf291269d7c6ebedea005333

Contents?: true

Size: 240 Bytes

Versions: 75

Compression:

Stored size: 240 Bytes

Contents

//
//  TcpConnection.h
//  Rhodes Debugger
//

#import <Cocoa/Cocoa.h>
#import "DebugConnection.h"

@interface TcpConnection : DebugConnection {
	CFSocketRef socket;
	NSFileHandle *listeningHandle, *dataHandle;
	NSString *recvData;
}

@end

Version data entries

75 entries across 75 versions & 1 rubygems

Version Path
rhodes-3.0.2 platform/osx/Rhodes Debugger/TcpConnection.h
rhodes-3.0.2.beta.1 platform/osx/Rhodes Debugger/TcpConnection.h
rhodes-3.0.1 platform/osx/Rhodes Debugger/TcpConnection.h
rhodes-3.0.1.beta.8 platform/osx/Rhodes Debugger/TcpConnection.h
rhodes-3.0.1.beta.7 platform/osx/Rhodes Debugger/TcpConnection.h
rhodes-3.0.1.beta.6 platform/osx/Rhodes Debugger/TcpConnection.h
rhodes-3.0.1.beta.5 platform/osx/Rhodes Debugger/TcpConnection.h
rhodes-3.0.1.beta.4 platform/osx/Rhodes Debugger/TcpConnection.h
rhodes-3.0.1.beta.3 platform/osx/Rhodes Debugger/TcpConnection.h
rhodes-3.0.1.beta.2 platform/osx/Rhodes Debugger/TcpConnection.h
rhodes-3.0.0 platform/osx/Rhodes Debugger/TcpConnection.h
rhodes-3.0.0.beta.7 platform/osx/Rhodes Debugger/TcpConnection.h
rhodes-3.0.0.beta.6 platform/osx/Rhodes Debugger/TcpConnection.h
rhodes-3.0.0.beta.5 platform/osx/Rhodes Debugger/TcpConnection.h
rhodes-3.0.0.beta.4 platform/osx/Rhodes Debugger/TcpConnection.h
rhodes-3.0.0.beta.3 platform/osx/Rhodes Debugger/TcpConnection.h
rhodes-3.0.0.beta.2 platform/osx/Rhodes Debugger/TcpConnection.h
rhodes-3.0.0.beta.1 platform/osx/Rhodes Debugger/TcpConnection.h
rhodes-2.4.1 platform/osx/Rhodes Debugger/TcpConnection.h
rhodes-2.4.1.beta.1 platform/osx/Rhodes Debugger/TcpConnection.h