Changeset 5907 for trunk/glueforge/templates/psdb/popobject_h.tt
- Timestamp:
- Jan 5, 2006, 2:16:35 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/glueforge/templates/psdb/popobject_h.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/templates/psdb/popobject_h.tt
r3915 r5907 1 1 /** Removes the last row from the database and returns it 2 2 * 3 * @return A new [% object_name %] on success or NULL on failure.3 * @return A new [% table.object_name %] on success or NULL on failure. 4 4 */ 5 5 6 [% object_name %] *[%namespace %]PopObject(6 [% table.object_name %] *[% table.namespace %]PopObject( 7 7 psDB *dbh ///< Database handle 8 8 );
Note:
See TracChangeset
for help on using the changeset viewer.
