VODXPlayer.h
1 /************************************************************************
2  VisualOn Proprietary
3  Copyright (c) 2012, VisualOn Incorporated. All rights Reserved
4 
5  VisualOn, Inc., 4675 Stevens Creek Blvd, Santa Clara, CA 95051, USA
6 
7  All data and information contained in or disclosed by this document are
8  confidential and proprietary information of VisualOn, and all rights
9  therein are expressly reserved. By accepting this material, the
10  recipient agrees that this material and the information contained
11  therein are held in confidence and in trust. The material may only be
12  used and/or disclosed as authorized in a license agreement controlling
13  such use and disclosure.
14  ************************************************************************/
15 
16 #import <Foundation/Foundation.h>
17 
18 #import "VOCommonPlayerImpl.h"
19 #import "VOCommonPlayerDelegate.h"
20 
21 #define DX_OPL_VIOLATION_NOTIFICATION @"DX_OPL_VIOLATION_NOTIFICATION"
22 
24 {
25  void* mTempDelegate; // Patch - Shouyld be removed!
26 
27 }
28 
29 - (void*) getDelegate;
30 
31 @end
Definition: VODXPlayer.h:23
void * mTempDelegate
Definition: VODXPlayer.h:25
void * getDelegate()
Definition: VOCommonPlayerImpl.h:18