Changeset 1310 for trunk/Sources/PGTSFoundationObjects.m
- Timestamp:
- 06/12/09 22:19:40 (14 months ago)
- Files:
-
- 1 modified
-
trunk/Sources/PGTSFoundationObjects.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Sources/PGTSFoundationObjects.m
r1309 r1310 507 507 } 508 508 @end 509 510 511 @implementation NSNull (PGTSFoundationObjects) 512 - (const char *) PGTSParameterLength: (int *) length connection: (PGTSConnection *) connection 513 { 514 if (length) 515 *length = 0; 516 return NULL; 517 } 518 @end
