uiacceltk/hitchcock/ServerCore/Inc/alfstreamerbridge.h
branchRCL_3
changeset 18 1801340c26a2
parent 9 3ac8bf5c5014
child 19 e5af45d51884
equal deleted inserted replaced
17:c9d868f1e20c 18:1801340c26a2
    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