epoc32/include/stdapis/stlport/runtime/numeric
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:27:01 +0100
branchSymbian2
changeset 3 e1b950c65cb4
parent 0 061f57f2323e
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) 1999 
    10  * Boris Fomitchev
    11  *
    12  * This material is provided "as is", with absolutely no warranty expressed
    13  * or implied. Any use is at your own risk.
    14  *
    15  * Permission to use or copy this software for any purpose is hereby granted 
    16  * without fee, provided the above notices are retained on all copies.
    17  * Permission to modify the code and to distribute modified code is granted,
    18  * provided the above notices are retained, and a notice that the code was
    19  * modified is included with the above copyright notice.
    20  *
    21  */
    22 
    23 #ifndef _STLP_NUMERIC
    24 #define _STLP_NUMERIC
    25 
    26 # ifndef _STLP_OUTERMOST_HEADER_ID
    27 #  define _STLP_OUTERMOST_HEADER_ID 0x49
    28 #  include <stl/_prolog.h>
    29 # endif
    30 
    31 # ifdef _STLP_PRAGMA_ONCE
    32 #  pragma once
    33 # endif
    34 
    35 #ifndef _STLP_INTERNAL_FUNCTION_H
    36 # include <stl/_function.h>
    37 #endif
    38 
    39 #include <stl/_numeric.h>
    40 
    41 # if (_STLP_OUTERMOST_HEADER_ID == 0x49)
    42 #  include <stl/_epilog.h>
    43 #  undef _STLP_OUTERMOST_HEADER_ID
    44 # endif
    45 
    46 #endif /* _STLP_NUMERIC */
    47 
    48 // Local Variables:
    49 // mode:C++
    50 // End: