epoc32/include/stdapis/boost/function/function3.hpp
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:33:34 +0100
branchSymbian3
changeset 4 837f303aceeb
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
// Boost.Function library
williamr@2
     2
williamr@2
     3
//  Copyright Douglas Gregor 2002-2003. Use, modification and
williamr@2
     4
//  distribution is subject to the Boost Software License, Version
williamr@2
     5
//  1.0. (See accompanying file LICENSE_1_0.txt or copy at
williamr@2
     6
//  http://www.boost.org/LICENSE_1_0.txt)
williamr@2
     7
williamr@2
     8
// For more information, see http://www.boost.org
williamr@2
     9
williamr@2
    10
#define BOOST_FUNCTION_NUM_ARGS 3
williamr@2
    11
#include <boost/function/detail/maybe_include.hpp>
williamr@2
    12
#undef BOOST_FUNCTION_NUM_ARGS