Skip to content

Commit 1289e76

Browse files
committed
Add some organization to the RKMappingOperationDelegate headers
1 parent 0e5a7b8 commit 1289e76

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Code/ObjectMapping/RKMappingOperation.h

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
*/
3030
@protocol RKMappingOperationDelegate <NSObject>
3131

32+
///---------------------------------------
33+
/// @name Tracking Property Mapping Events
34+
///---------------------------------------
35+
3236
@optional
3337

3438
/**
@@ -78,6 +82,10 @@
7882
*/
7983
- (void)mappingOperation:(RKMappingOperation *)operation didFailWithError:(NSError *)error;
8084

85+
///-----------------------------------------
86+
/// @name Tracking Dynamic Mapping Selection
87+
///-----------------------------------------
88+
8189
/**
8290
Tells the delegate that the mapping operation has selected a concrete object mapping with which to map the source object.
8391
@@ -91,6 +99,10 @@
9199

92100
#ifdef _COREDATADEFINES_H
93101

102+
///----------------------------------------
103+
/// @name Tracking Relationship Connections
104+
///----------------------------------------
105+
94106
/**
95107
Tells the delegate that the mapping operation has connected a relationship.
96108

0 commit comments

Comments
 (0)