Further simplification and refactoring of device info handling.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 30 Mar 2010 04:47:56 +0000 (00:47 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 30 Mar 2010 04:50:05 +0000 (00:50 -0400)
commit531448f4f685b4ee4e09e2638851aab614912e0e
treec1cc933356e14752c89512f6d3098b6f133a7400
parente084a37ef334f07770a5f1b19cdb1b51bde7caa1
Further simplification and refactoring of device info handling.

Move some paramters around, simplify some method calls. Don't pass values
when we already have the means to get them etc...

Also, store device info even for devices that are not provisioned.
framework/ActiveSync/lib/Horde/ActiveSync.php
framework/ActiveSync/lib/Horde/ActiveSync/Request/Base.php
framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php
framework/ActiveSync/lib/Horde/ActiveSync/Request/GetItemEstimate.php
framework/ActiveSync/lib/Horde/ActiveSync/Request/Options.php
framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php
framework/ActiveSync/lib/Horde/ActiveSync/Request/Provision.php
framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php
framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php
framework/ActiveSync/lib/Horde/ActiveSync/State/File.php