repo.or.cz
/
RExecServer.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
zero buffer
[RExecServer.git]
/
DeviceView.h
blob
77aea3e4bffa701133975144b2fd4a19b0735484
1
//
2
// DeviceView.h
3
// RExecServer
4
//
5
// Created by Byron Ellis on 6/29/07.
6
// Copyright 2007 __MyCompanyName__. All rights reserved.
7
//
8
9
#import <Cocoa/Cocoa.h>
10
#import
"RDevice.h"
11
12
@interface DeviceView
:
NSView
<
RDeviceDelegate
> {
13
RDevice
*
device
;
14
}
15
16
@end