Then maybe we'd just implement an OROVersion class that had a static final method: Version getVersion()
Hmmmm....
Can we check to see if there's a more common way to do this?
I'd be concerned about returning yet another class with methods one has to know.
Worse case I guess could be:
getVersion().toString()
As long as Version had a toString() that could be a standard output.
mark
-- --------------------------------------------------------------------------- Mark F. Murphy, Director Software Development <mailto:[EMAIL PROTECTED]> Tyrell Software Corp <http://www.tyrell.com> ---------------------------------------------------------------------------
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
