epoc32/include/stdapis/stlportv5/rope
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:33:34 +0100
branchSymbian3
changeset 4 837f303aceeb
parent 3 e1b950c65cb4
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@2
     1
/*
williamr@2
     2
 * Copyright (c) 1997
williamr@2
     3
 * Silicon Graphics Computer Systems, Inc.
williamr@2
     4
 *
williamr@2
     5
 * Permission to use, copy, modify, distribute and sell this software
williamr@2
     6
 * and its documentation for any purpose is hereby granted without fee,
williamr@2
     7
 * provided that the above copyright notice appear in all copies and
williamr@2
     8
 * that both that copyright notice and this permission notice appear
williamr@2
     9
 * in supporting documentation.  Silicon Graphics makes no
williamr@2
    10
 * representations about the suitability of this software for any
williamr@2
    11
 * purpose.  It is provided "as is" without express or implied warranty.
williamr@2
    12
 */
williamr@2
    13
williamr@2
    14
#ifndef _STLP_ROPE
williamr@2
    15
#define _STLP_ROPE
williamr@2
    16
williamr@4
    17
#ifndef _STLP_OUTERMOST_HEADER_ID
williamr@2
    18
#  define _STLP_OUTERMOST_HEADER_ID 0x54
williamr@2
    19
#  include <stl/_prolog.h>
williamr@4
    20
#endif
williamr@2
    21
williamr@4
    22
#ifdef _STLP_PRAGMA_ONCE
williamr@2
    23
#  pragma once
williamr@4
    24
#endif
williamr@2
    25
williamr@4
    26
#if defined (_STLP_NO_EXTENSIONS)
williamr@4
    27
/* Comment following if you want to use rope class even if you ask for
williamr@4
    28
 * no extension.
williamr@4
    29
 */
williamr@4
    30
#  error The rope class is a STLport extension.
williamr@4
    31
#endif
williamr@2
    32
williamr@4
    33
#include <stl/_rope.h>
williamr@4
    34
williamr@4
    35
#if (_STLP_OUTERMOST_HEADER_ID == 0x54)
williamr@2
    36
#  include <stl/_epilog.h>
williamr@2
    37
#  undef _STLP_OUTERMOST_HEADER_ID
williamr@4
    38
#endif
williamr@2
    39
williamr@2
    40
#endif /* _STLP_ROPE */
williamr@2
    41
williamr@2
    42
// Local Variables:
williamr@2
    43
// mode:C++
williamr@2
    44
// End: