BLIP/BLIPRequest.h
changeset 33 a9c59b0acbbc
parent 2 9fdd8dba529c
child 49 20cccc7c26ee
     1.1 --- a/BLIP/BLIPRequest.h	Sat May 24 17:25:06 2008 -0700
     1.2 +++ b/BLIP/BLIPRequest.h	Wed Apr 29 21:05:01 2009 -0700
     1.3 @@ -10,7 +10,7 @@
     1.4  @class BLIPResponse, MYTarget;
     1.5  
     1.6  
     1.7 -/** A Request, or initiating message. */
     1.8 +/** A Request, or initiating message, in the <a href=".#blipdesc">BLIP</a> protocol. */
     1.9  @interface BLIPRequest : BLIPMessage
    1.10  {
    1.11      @private
    1.12 @@ -80,7 +80,7 @@
    1.13  
    1.14  
    1.15  
    1.16 -/** A reply to a BLIPRequest. */
    1.17 +/** A reply to a BLIPRequest, in the <a href=".#blipdesc">BLIP</a> protocol. */
    1.18  @interface BLIPResponse : BLIPMessage
    1.19  {
    1.20      @private