uiacceltk/hitchcock/ServerCore/Inc/alfstreamerbridge.h
branchRCL_3
changeset 20 31fccae4f8a7
parent 19 e5af45d51884
equal deleted inserted replaced
19:e5af45d51884 20:31fccae4f8a7
    28 
    28 
    29 
    29 
    30 class CAlfStreamerServer;
    30 class CAlfStreamerServer;
    31 class CAlfCommandDebug;
    31 class CAlfCommandDebug;
    32 
    32 
    33 const TInt KInitialVariableBufferSize = 2000;
    33 const TInt KInitialVariableBufferSize = 35000; // enough until booting to idle
       
    34 const TInt KIncreaseVariableBufferSize = 2000;
    34 
    35 
    35 // basic signalling for frame flow control
    36 // basic signalling for frame flow control
    36 const TInt KRELEASEWINDOWSERVER = 0;
    37 const TInt KRELEASEWINDOWSERVER = 0;
    37 const TInt KRELEASEDBEFOREQUEUE = 1;
    38 const TInt KRELEASEDBEFOREQUEUE = 1;
    38 
    39