private is almost never right, since you can inherit and modify then.
/ Martin Nilsson (DivX Networks)
Previous text:
2004-07-20 16:10: Subject: Access control
You might want to try private. Private is probably better than static. (IMHO, static should even be changed to do what static does in C++.)
/ Marcus Agehall (nu med semester)