Changeset 1305 for trunk/Sources/PGTSFoundationObjects.m
- Timestamp:
- 06/10/09 03:24:47 (14 months ago)
- Files:
-
- 1 modified
-
trunk/Sources/PGTSFoundationObjects.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Sources/PGTSFoundationObjects.m
r1293 r1305 49 49 + (id) copyForPGTSResultSet: (PGTSResultSet *) set withCharacters: (const char *) value type: (PGTSTypeDescription *) typeInfo 50 50 { 51 BXLogWarning (@"Returning nil from NSObject's implementation .");51 BXLogWarning (@"Returning nil from NSObject's implementation for type %@ (%p).", [typeInfo name], typeInfo); 52 52 return nil; 53 53 }
