of_put


pfcapsrv.pbl   >   pfc_n_cst_queue   >   of_put   

Full name pfc_n_cst_queue.of_put
Access public
Extend of integer
Return value integer
Prototype public function integer of_put(n_cst_linkedlistnode)

Name Datatype
No Data

Name Datatype
No Data

public function integer of_put (n_cst_linkedlistnode anv_node);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  of_put
//
//	Access:  public
//
//	Arguments : 
//	anv_node 	node to add.
//
//	Returns:  integer
//	same as the ancestor of_AddTail function
//
//	Description: 
//	Adds the node the Tail of the Queue.
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	6.0   Initial version
//
//////////////////////////////////////////////////////////////////////////////
//
//	Copyright © 1996-1997 Sybase, Inc. and its subsidiaries.  All rights reserved.
//	Any distribution of the PowerBuilder Foundation Classes (PFC)
//	source code by other than Sybase, Inc. and its subsidiaries is prohibited.
//
//////////////////////////////////////////////////////////////////////////////

return of_AddTail(anv_node)


end function

     
Name Owner
No Data

     
Name Owner
pfc_n_cst_linkedlistbase.of_addtail pfc_n_cst_linkedlistbase

     
Full name
No Data

     
Name Scope
No Data