Re-factoring, created error.h, clean-up
authorSami Rämö <sami.ramo@ixonos.com>
Mon, 9 Aug 2010 06:13:46 +0000 (09:13 +0300)
committerSami Rämö <sami.ramo@ixonos.com>
Mon, 9 Aug 2010 07:23:54 +0000 (10:23 +0300)
commit533f6b3aac8291f23a5032f181541780a1d724db
tree6b103c97c12fad68ce8408598090a47e58058654
parentb5841f59a8429bf6ce0dcbf3b8072d7519e9f051
Re-factoring, created error.h, clean-up

 - Reviewed by Pekka Nissinen

 - created error.h and moved all error related constants there from common.h

 - removed list of current network requests from RoutingService

 - some clean-up
15 files changed:
src/common.h
src/engine/engine.cpp
src/error.h [new file with mode: 0644]
src/facebookservice/facebookauthentication.cpp
src/gps/gpspositionprivate.cpp
src/gps/gpspositionprivateliblocation.cpp
src/gps/gpspositionprivatestub.cpp
src/map/mapfetcher.cpp
src/network/networkaccessmanager.cpp
src/routing/routingservice.cpp
src/routing/routingservice.h
src/situareservice/imagefetcher.cpp
src/situareservice/situareservice.cpp
src/src.pro
src/ui/mainwindow.cpp