RemoteMainController.h (cdf0e10c) RemoteMainController.h (dbfe0a54)
1/*****************************************************************************
2 * RemoteMainController.h
3 *
4 *
5 * Created by Martin Kahr on 11.03.06 under a MIT-style license.
6 * Copyright (c) 2006 martinkahr.com. All rights reserved.
7 *
8 * Code modified and adapted to OpenOffice.org

--- 23 unchanged lines hidden (view full) ---

32
33#define AppleRemoteControlEvent 15
34
35@class RemoteControl;
36@class MultiClickRemoteBehavior;
37
38//static void sendTheEvent( unichar, int );
39
1/*****************************************************************************
2 * RemoteMainController.h
3 *
4 *
5 * Created by Martin Kahr on 11.03.06 under a MIT-style license.
6 * Copyright (c) 2006 martinkahr.com. All rights reserved.
7 *
8 * Code modified and adapted to OpenOffice.org

--- 23 unchanged lines hidden (view full) ---

32
33#define AppleRemoteControlEvent 15
34
35@class RemoteControl;
36@class MultiClickRemoteBehavior;
37
38//static void sendTheEvent( unichar, int );
39
40@interface MainController : NSObject {
40@interface AppleRemoteMainController : NSObject {
41@public // else remoteControl is not reachable from GetSalData()->mpMainController
42 RemoteControl* remoteControl;
43@private
44 MultiClickRemoteBehavior* remoteControlBehavior;
45}
46- (RemoteControl*) remoteControl;
47- (MultiClickRemoteBehavior*) remoteBehavior;
48
49@end
41@public // else remoteControl is not reachable from GetSalData()->mpMainController
42 RemoteControl* remoteControl;
43@private
44 MultiClickRemoteBehavior* remoteControlBehavior;
45}
46- (RemoteControl*) remoteControl;
47- (MultiClickRemoteBehavior*) remoteBehavior;
48
49@end