epoc32/include/stdapis/stlport/rope
author William Roberts <williamr@symbian.org>
Tue, 16 Mar 2010 16:12:26 +0000
branchSymbian2
changeset 2 2fe1408b6811
parent 0 061f57f2323e
permissions -rw-r--r--
Final list of Symbian^2 public API header files
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@2
    17
# ifndef _STLP_OUTERMOST_HEADER_ID
williamr@2
    18
#  define _STLP_OUTERMOST_HEADER_ID 0x54
williamr@2
    19
#  include <stl/_prolog.h>
williamr@2
    20
# endif
williamr@2
    21
williamr@2
    22
# ifdef _STLP_PRAGMA_ONCE
williamr@2
    23
#  pragma once
williamr@2
    24
# endif
williamr@2
    25
williamr@2
    26
# include <stl/_rope.h>
williamr@2
    27
williamr@2
    28
# if (_STLP_OUTERMOST_HEADER_ID == 0x54)
williamr@2
    29
#  include <stl/_epilog.h>
williamr@2
    30
#  undef _STLP_OUTERMOST_HEADER_ID
williamr@2
    31
# endif
williamr@2
    32
williamr@2
    33
#endif /* _STLP_ROPE */
williamr@2
    34
williamr@2
    35
// Local Variables:
williamr@2
    36
// mode:C++
williamr@2
    37
// End: