Preparing to add widget support
[RExecServer.git] / RDataPortManager.m
blob6cdc37775249cc0993a1c78b7d46aa842b3ad60e
1 //
2 //  RDataPortManager.m
3 //  RExecServer
4 //
5 //  Created by Byron Ellis on 7/5/07.
6 //  Copyright 2007 __MyCompanyName__. All rights reserved.
7 //
9 #import "RDataPortManager.h"
12 @implementation RDataPortManager
16 - (void)setValue:(id)value {
19 @end