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