00001 00002 @interface CPSortDescriptor : CPObject 00003 { 00004 CPString _key; 00005 SEL _selector; 00006 BOOL _ascending; 00007 } 00008 @end