persistentstorage/sql/SRC/Server/IPC/IPCStream.cpp
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
equal deleted inserted replaced
23:26645d81f48d 24:cc28652e0254
     1 // Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    12 //
    12 //
    13 // Description:
    13 // Description:
    14 //
    14 //
    15 
    15 
    16 #include <s32buf.h>
    16 #include <s32buf.h>
    17 #include "SqlAssert.h"
    17 #include "SqlPanic.h"
    18 #include "IPCStream.h"
    18 #include "IPCStream.h"
    19 #include "SqlSrvResourceProfiler.h"
    19 #include "SqlSrvResourceProfiler.h"
    20 
    20 
    21 /**
    21 /**
    22 Reads data from the stream buffer and sends them to the client.
    22 Reads data from the stream buffer and sends them to the client.