epoc32/include/WF/wfcext.h
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:33:34 +0100
branchSymbian3
changeset 4 837f303aceeb
permissions -rw-r--r--
Current Symbian^3 public API header files (from PDK 3.0.h)
This is the epoc32/include tree with the "platform" subtrees removed, and
all but a selected few mbg and rsg files removed.
williamr@4
     1
/* Copyright (c) 2009 The Khronos Group Inc.
williamr@4
     2
 *
williamr@4
     3
 * Permission is hereby granted, free of charge, to any person obtaining a
williamr@4
     4
 * copy of this software and/or associated documentation files (the
williamr@4
     5
 * "Materials"), to deal in the Materials without restriction, including
williamr@4
     6
 * without limitation the rights to use, copy, modify, merge, publish,
williamr@4
     7
 * distribute, sublicense, and/or sell copies of the Materials, and to
williamr@4
     8
 * permit persons to whom the Materials are furnished to do so, subject to
williamr@4
     9
 * the following conditions:
williamr@4
    10
 *
williamr@4
    11
 * The above copyright notice and this permission notice shall be included
williamr@4
    12
 * in all copies or substantial portions of the Materials.
williamr@4
    13
 *
williamr@4
    14
 * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
williamr@4
    15
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
williamr@4
    16
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
williamr@4
    17
 * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
williamr@4
    18
 * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
williamr@4
    19
 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
williamr@4
    20
 * MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
williamr@4
    21
 */
williamr@4
    22
williamr@4
    23
#ifndef WFCEXT_H_
williamr@4
    24
#define WFCEXT_H_
williamr@4
    25
williamr@4
    26
#ifdef __cplusplus
williamr@4
    27
extern "C" {
williamr@4
    28
#endif
williamr@4
    29
williamr@4
    30
/* No standard extensions defined. */
williamr@4
    31
williamr@4
    32
#ifdef __cplusplus
williamr@4
    33
}
williamr@4
    34
#endif
williamr@4
    35
williamr@4
    36
williamr@4
    37
#endif /* WFCEXT_H_ */