os/ossrv/ossrv_pub/stl/inc/stdapis/stlport/rope
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
/*
sl@0
     2
 * Copyright (c) 1997
sl@0
     3
 * Silicon Graphics Computer Systems, Inc.
sl@0
     4
 *
sl@0
     5
 * Permission to use, copy, modify, distribute and sell this software
sl@0
     6
 * and its documentation for any purpose is hereby granted without fee,
sl@0
     7
 * provided that the above copyright notice appear in all copies and
sl@0
     8
 * that both that copyright notice and this permission notice appear
sl@0
     9
 * in supporting documentation.  Silicon Graphics makes no
sl@0
    10
 * representations about the suitability of this software for any
sl@0
    11
 * purpose.  It is provided "as is" without express or implied warranty.
sl@0
    12
 */
sl@0
    13
sl@0
    14
#ifndef _STLP_ROPE
sl@0
    15
#define _STLP_ROPE
sl@0
    16
sl@0
    17
# ifndef _STLP_OUTERMOST_HEADER_ID
sl@0
    18
#  define _STLP_OUTERMOST_HEADER_ID 0x54
sl@0
    19
#  include <stl/_prolog.h>
sl@0
    20
# endif
sl@0
    21
sl@0
    22
# ifdef _STLP_PRAGMA_ONCE
sl@0
    23
#  pragma once
sl@0
    24
# endif
sl@0
    25
sl@0
    26
# include <stl/_rope.h>
sl@0
    27
sl@0
    28
# if (_STLP_OUTERMOST_HEADER_ID == 0x54)
sl@0
    29
#  include <stl/_epilog.h>
sl@0
    30
#  undef _STLP_OUTERMOST_HEADER_ID
sl@0
    31
# endif
sl@0
    32
sl@0
    33
#endif /* _STLP_ROPE */
sl@0
    34
sl@0
    35
// Local Variables:
sl@0
    36
// mode:C++
sl@0
    37
// End: