google-code-export / antares

Automatically exported from code.google.com/p/antares
0 stars 0 forks source link

Update calling conventions #77

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Ares was written in C, where the only way to pass arguments by reference was as 
pointer types. Antares is C++, so we have references available to us. Where 
possible, we should update the calling conventions of older functions so that 
they use references instead of pointers.

Original issue reported on code.google.com by sfiera on 4 Oct 2011 at 3:48

GoogleCodeExporter commented 9 years ago

Original comment by sfi...@sfzmail.com on 3 Nov 2011 at 9:17