GL Studio C++ Runtime API
gls_rso_interface_3_impl.h
Go to the documentation of this file.
1/*! \file
2\brief Standard GL Studio implementation of the safe interface to version 2 RSOs (component side).
3
4\par Copyright Information
5
6Copyright (c) 2017 by The DiSTI Corporation.<br>
711301 Corporate Blvd; Suite 100<br>
8Orlando, Florida 32817<br>
9USA<br>
10<br>
11All rights reserved.<br>
12
13This Software contains proprietary trade secrets of DiSTI and may not be
14reproduced, in whole or part, in any form, or by any means of electronic,
15mechanical, or otherwise, without the written permission of DiSTI. Said
16permission may be derived through the purchase of applicable DiSTI product
17licenses which detail the distribution rights of this content and any
18Derivative Works based on this or other copyrighted DiSTI Software.
19
20NO WARRANTY. THE SOFTWARE IS PROVIDED "AS-IS," WITHOUT WARRANTY OF ANY KIND,
21AND ANY USE OF THIS SOFTWARE PRODUCT IS AT YOUR OWN RISK. TO THE MAXIMUM EXTENT
22PERMITTED BY APPLICABLE LAW, DISTI AND ITS SUPPLIERS DISCLAIM ALL WARRANTIES
23AND CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
24IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY AND/OR FITNESS FOR A
25PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH REGARD TO THE SOFTWARE.
26
27LIMITATION OF LIABILITY. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW,
28IN NO EVENT SHALL DISTI OR ITS SUPPLIERS BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
29INDIRECT, OR CONSEQUENTIAL DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION,
30DAMAGES FOR LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS
31INFORMATION, OR ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OF OR
32INABILITY TO USE THE SOFTWARE, EVEN IF DISTI HAS BEEN ADVISED OF THE POSSIBILITY
33OF SUCH DAMAGES. DISTI'S ENTIRE LIABILITY AND YOUR EXCLUSIVE REMEDY SHALL NOT
34EXCEED FIVE DOLLARS (US$5.00).
35
36The aforementioned terms and restrictions are governed by the laws of the
37State of Florida and the United States of America.
38
39*/
40#ifndef _GLS_RSO_INTERFACE_3_IMPL_H
41#define _GLS_RSO_INTERFACE_3_IMPL_H
42
44
45namespace disti
46{
47/** Legacy class used for backwards compatability with older generated code */
49{
50public:
51 /// Redirect to the new GlsRSOInterfaceImpl class.
52 /// \param component The component object to create from.
53 /// \return A pointer to a new RSO interface object.
55 {
56 return GlsRSOInterfaceImpl::CreateInstance( component );
57 }
58};
59
60} // end namespace disti
61
62#endif
Definition: component_base.h:68
Definition: gls_rso_interface_3_impl.h:49
static GlsRSOInterfaceImpl * CreateInstance(ComponentBase *component)
Definition: gls_rso_interface_3_impl.h:54
Definition: gls_rso_interface_impl.h:159
static GlsRSOInterfaceImpl * CreateInstance(ComponentBase *component)
Standard GL Studio implementation of the safe interface to version 2 RSOs (component side).
Force inclusion of the DirectShow library.
Definition: bmpimage.h:47