Commit 69306146 authored by skummer's avatar skummer

ZP-150

- removed: obsolete TODO

git-svn-id: https://z-push.org/svn/z-push/trunk@1418 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent c72587e2
......@@ -56,7 +56,7 @@ class SyncBaseBody extends SyncObject {
SYNC_AIRSYNCBASE_TYPE => array (self::STREAMER_VAR => "type"),
SYNC_AIRSYNCBASE_ESTIMATEDDATASIZE => array (self::STREAMER_VAR => "estimatedDataSize"),
SYNC_AIRSYNCBASE_TRUNCATED => array (self::STREAMER_VAR => "truncated"),
SYNC_AIRSYNCBASE_DATA => array (self::STREAMER_VAR => "data"), // TODO data should be of a type stream
SYNC_AIRSYNCBASE_DATA => array (self::STREAMER_VAR => "data"),
);
if(Request::GetProtocolVersion() >= 14.0) {
$mapping[SYNC_AIRSYNCBASE_PREVIEW] = array (self::STREAMER_VAR => "preview");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment