From: Mikko Rasa Date: Fri, 30 May 2008 09:54:26 +0000 (+0000) Subject: Major code refactoring: X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=52cbe8d99669f843f8f75c51128e2748584dd03a;hp=52cbe8d99669f843f8f75c51128e2748584dd03a;p=r2c2.git Major code refactoring: - Remove container typedefs - Separate TrackType from Track - Use indices instead of pointers for endpoints - Make certain functions return references and throw on error Compatibility fixes with msp libraries ---