Brent R. Matzelle wrote:
>--- Philip Martin <philip@codematters.co.uk> wrote:
>
>
>>"Brent R. Matzelle" <bmatzelle@yahoo.com> writes:
>>
>>
>>
>>>>Isn't 'export' a keyword? How is that you can get away naming
>>>>
>>>>
>>a
>>
>>
>>>>function 'export'?
>>>>
>>>>
>>>>
>>>It isn't with with MSVC++ 6. Are you using gcc?
>>>
>>>
>>export is a keyword in standard ISO C++ and should not be used as a
>>name. Comeau's EDG-based 4.3 compiler is the only compiler I know
>>of
>>that supports export.
>>
>>
>
>Okay, since it is a keyword does anyone have any suggestions for an
>alternative name? How about 'extract()', 'send()', or 'transport()'?
>
Why not just "doExport" or "performExport"?
>
>
>One other thing. 'switch' is a reserved word so i named the wrapper
>method Modify::mirror() for svn_client_switch(). Does anyone have an
>issue with that?
>
>Brent.
>
And "doSwitch" or "performSwitch"?
Alex
Received on Tue Sep 10 20:21:55 2002