diff -r 9fdd8dba529c -r a9c59b0acbbc BLIP/BLIPRequest.h
--- a/BLIP/BLIPRequest.h Sat May 24 17:25:06 2008 -0700
+++ b/BLIP/BLIPRequest.h Wed Apr 29 21:05:01 2009 -0700
@@ -10,7 +10,7 @@
@class BLIPResponse, MYTarget;
-/** A Request, or initiating message. */
+/** A Request, or initiating message, in the BLIP protocol. */
@interface BLIPRequest : BLIPMessage
{
@private
@@ -80,7 +80,7 @@
-/** A reply to a BLIPRequest. */
+/** A reply to a BLIPRequest, in the BLIP protocol. */
@interface BLIPResponse : BLIPMessage
{
@private