Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/signals/doc/reference/reference.xml @ 35

Last change on this file since 35 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 781 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3   Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
4 
5   Distributed under the Boost Software License, Version 1.0.
6   (See accompanying file LICENSE_1_0.txt or copy at
7   http://www.boost.org/LICENSE_1_0.txt)
8  -->
9<!DOCTYPE library-reference PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
10  "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
11<library-reference xmlns:xi="http://www.w3.org/2001/XInclude" 
12                   last-revision="$Date: 2006/11/03 19:45:41 $">
13  <xi:include href="signal_header.xml"/>
14  <xi:include href="slot.xml"/>
15  <xi:include href="trackable.xml"/>
16  <xi:include href="connection.xml"/>
17  <xi:include href="visit_each.xml"/>
18  <xi:include href="last_value.xml"/>
19</library-reference>
Note: See TracBrowser for help on using the repository browser.