repo.or.cz
/
RExecServer.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Preparing to add widget support
[RExecServer.git]
/
RDataPortManager.m
blob
6cdc37775249cc0993a1c78b7d46aa842b3ad60e
1
//
2
// RDataPortManager.m
3
// RExecServer
4
//
5
// Created by Byron Ellis on 7/5/07.
6
// Copyright 2007 __MyCompanyName__. All rights reserved.
7
//
8
9
#import "RDataPortManager.h"
10
11
12
@implementation RDataPortManager
13
14
15
16
- (void)setValue:(id)value {
17
}
18
19
@end