maindocs.h
author Jens Alfke <jens@mooseyard.com>
Fri Jul 24 14:06:28 2009 -0700 (2009-07-24)
changeset 63 5e4855a592ee
parent 8 6f539dd9921c
permissions -rw-r--r--
* The BLIPConnection receivedRequest: delegate method now returns BOOL. If the method returns NO (or if the method isn't implemented in the delegate), that means it didn't handle the message at all; an error will be returned to the sender.
* If the connection closes unexpectedly due to an error, then the auto-generated responses to pending requests will contain that error. This makes it easier to display a meaningful error message in the handler for the request.
jens@2
     1
//
jens@2
     2
//  maindocs.h
jens@2
     3
//  MYNetwork
jens@2
     4
//
jens@2
     5
//  Created by Jens Alfke on 5/24/08.
jens@2
     6
//  Copyright 2008 Jens Alfke. All rights reserved.
jens@2
     7
//
jens@2
     8
// This file just contains the Doxygen comments that generate the main (index.html) page content.
jens@2
     9
jens@2
    10
jens@5
    11
/*! \mainpage MYNetwork: Mooseyard Networking Library, With BLIP Protocol Implementation
jens@5
    12
 
jens@5
    13
    <center><b>By <a href="/Jens/">Jens Alfke</a></b></center>
jens@8
    14
jens@27
    15
    <img src="../../BLIP/logo.png">
jens@2
    16
 
jens@27
    17
    <center><a href="annotated.html">Class documentation</a></center>
jens@2
    18
 
jens@27
    19
    <center><a href="../../Home">Overview, instructions, conceptual documentation</a></center>
jens@4
    20
 
jens@2
    21
 */