try
static REALstring invForType_1( REALObject instance, REALstring
SPType );
static REALstring invForType_2( REALObject instance, REALstring
SPType, REALstring excludeFields() );
static REALstring invForType_3( REALObject instance, REALstring
SPType, REALstring excludeFields(), REALstring separator );
REALmethodDefinition MPMethods[] = {
{ (REALproc)invForType_1, REALnoImplementation, "invForType( SPType
as String ) as String", REALconsoleSafe },
{ (REALproc)invForType_2, REALnoImplementation, "invForType( SPType
as String, excludeFields() as String ) as String", REALconsoleSafe },
{ (REALproc)invForType_3, REALnoImplementation, "invForType( SPType
as String, excludeFields() as String, separator as String ) as
String", REALconsoleSafe },
};
just make the names unique
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>