Adds a reference.
PODSObject
void addRef( );
Not applicable
void PODSaddRef(PODSObject* podsobj);
podsobj The PODSObject
object.
None
For reference counting, use addRef( )
to add a reference to the object, so that release( )
can free the allocated memory when it is no longer needed.
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |