Chris Thomas - 2005-05-13

Logged In: YES
user_id=682144

There is now a full set of interface classes and cross
platform classes to base each platform layer upon, the new
class layout is as follows

1.Interface layer
2.cross platform layer
3.platform layer

the more code that can be put into layer 2, the better,
since then it would mean less platform code needed to
support more than one platform. although this idea has to
be tested some more, perhaps putting too much code into the
middle layer, limits what can be done with the platform
layer, perhaps new designs will fail to work with the cross
platform layer, without extensive modifications?