Daniel Keep pisze:
> interface I
> {
> int opGet_foo();
> int opSet_foo(int);
> }
..
If you want, I can write this up as an alternative solution to the DIP.
Vote++ Personally, this is my No.1 so far. Cheers Piotrek
Daniel Keep pisze:
> interface I
> {
> int opGet_foo();
> int opSet_foo(int);
> }
..
If you want, I can write this up as an alternative solution to the DIP.
Vote++ Personally, this is my No.1 so far. Cheers Piotrek