GDCliProxy Class Reference

The GDCliProxy is the host proxy you use inside of your application that needs to expose some usage from the commandline. More...

#import <GDCliProxy.h>

List of all members.

Public Member Functions

(void) - connectWithConnectionName:
 Connect the NSConnection using connection name.

Properties

NSConnection * connection
 An NSConnection for distributed objects.

Detailed Description

The GDCliProxy is the host proxy you use inside of your application that needs to expose some usage from the commandline.

You use this class inside of your app, then use GDCliProxyConnector inside of your commandline tool to connect to this proxy.


Member Function Documentation

- (void) connectWithConnectionName: (NSString *)  connectionName  

Connect the NSConnection using connection name.

Parameters:
connectionName The connection name to use when the NSConnection connects.

The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Enumerations Enumerator Properties Defines