Created Route class basic structure (most of implementation missing)
authorSami Rämö <sami.ramo@ixonos.com>
Fri, 9 Jul 2010 13:31:03 +0000 (16:31 +0300)
committerSami Rämö <sami.ramo@ixonos.com>
Fri, 9 Jul 2010 13:31:03 +0000 (16:31 +0300)
commit9b9ad4dca5e5181109df8c1116fb9d9b3ea7ba3c
treea16a514e439b67d605269a367ad398c5da5956b7
parentdc30d1e07a218b2d1d2a850be35c5f272091bc30
Created Route class basic structure (most of implementation missing)
src/routing/route.cpp [new file with mode: 0644]
src/routing/route.h [new file with mode: 0644]
src/routing/routesegment.cpp
src/routing/routingcommon.h [new file with mode: 0644]
tests/routing/route/route.pro [new file with mode: 0644]
tests/routing/route/testroute.cpp [new file with mode: 0644]