----- Original Message -----
From: "Martin Elzen" <[EMAIL PROTECTED]>

>     void __pushTail(void* data);
>
> Of course, in your own class definitions, you are free to use whichever
> legal way you want when choosing identifier names.  However, IIRC the
> standards for C++ include the info that identifiers starting with one or
> more underscores are usually reserved for the implementor of the standard
> libraries.

The rules are a little complicated, but leading double underscores are
forbidden for our use. However, I do prefix member variables with a single
underscore. That's legal.




-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to