epoc32/include/stdapis/stlportv5/stack
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:27:01 +0100
branchSymbian2
changeset 3 e1b950c65cb4
parent 2 epoc32/include/stdapis/stlport/stack@2fe1408b6811
child 4 837f303aceeb
permissions -rw-r--r--
Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
     1 /*
     2  *
     3  * Copyright (c) 1994
     4  * Hewlett-Packard Company
     5  *
     6  * Copyright (c) 1996,1997
     7  * Silicon Graphics Computer Systems, Inc.
     8  *
     9  * Copyright (c) 1997
    10  * Moscow Center for SPARC Technology
    11  *
    12  * Copyright (c) 1999 
    13  * Boris Fomitchev
    14  *
    15  * This material is provided "as is", with absolutely no warranty expressed
    16  * or implied. Any use is at your own risk.
    17  *
    18  * Permission to use or copy this software for any purpose is hereby granted 
    19  * without fee, provided the above notices are retained on all copies.
    20  * Permission to modify the code and to distribute modified code is granted,
    21  * provided the above notices are retained, and a notice that the code was
    22  * modified is included with the above copyright notice.
    23  *
    24  */
    25 
    26 #ifndef _STLP_STACK
    27 #define _STLP_STACK
    28 
    29 # ifndef _STLP_OUTERMOST_HEADER_ID
    30 #  define _STLP_OUTERMOST_HEADER_ID 0x60
    31 #  include <stl/_prolog.h>
    32 # endif
    33 
    34 # ifdef _STLP_PRAGMA_ONCE
    35 #  pragma once
    36 # endif
    37 
    38 #ifndef _STLP_INTERNAL_STACK_H
    39 #include <stl/_stack.h>
    40 #endif
    41 
    42 #if defined (_STLP_WHOLE_VENDOR_STD)
    43 # include _STLP_NATIVE_HEADER(stack)
    44 #endif
    45 
    46 # if (_STLP_OUTERMOST_HEADER_ID == 0x60)
    47 #  include <stl/_epilog.h>
    48 #  undef _STLP_OUTERMOST_HEADER_ID
    49 # endif
    50 
    51 #endif /* _STLP_STACK */
    52 
    53 // Local Variables:
    54 // mode:C++
    55 // End: