Develop and Download Open Source Software

Browse CVS Repository

Diff of /xoonips/AL/xnpal.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.39 by tani, Tue Mar 15 04:49:40 2005 UTC revision 1.40 by aga4096, Wed May 18 10:00:17 2005 UTC
# Line 3404  ZEND_FUNCTION(xnp_get_item_types) Line 3404  ZEND_FUNCTION(xnp_get_item_types)
3404              add_assoc_long( new_array, "mid", ptypes[ i ].getModuleID( ) );              add_assoc_long( new_array, "mid", ptypes[ i ].getModuleID( ) );
3405              add_assoc_string( new_array, "name", ( char* )ptypes[ i ].getName( ), 1 );              add_assoc_string( new_array, "name", ( char* )ptypes[ i ].getName( ), 1 );
3406              add_assoc_string( new_array, "display_name", ( char* )ptypes[ i ].getDisplayName( ), 1 );              add_assoc_string( new_array, "display_name", ( char* )ptypes[ i ].getDisplayName( ), 1 );
3407                add_assoc_string( new_array, "viewphp", ( char* )ptypes[ i ].getViewphp( ), 1 );
3408          }          }
3409          result = RES_OK;          result = RES_OK;
3410          freeItemType( ptypes );          freeItemType( ptypes );

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26