persistentstorage/store/TSTOR/T_BMStreams.inl
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
equal deleted inserted replaced
23:26645d81f48d 24:cc28652e0254
     1 // Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2008-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".
    23 LOCAL_C void doExternalizeL(const TDesC& aName);
    23 LOCAL_C void doExternalizeL(const TDesC& aName);
    24 
    24 
    25 // Internalize CCompound object from the stream
    25 // Internalize CCompound object from the stream
    26 LOCAL_C void doInternalizeL(const TDesC& aName);
    26 LOCAL_C void doInternalizeL(const TDesC& aName);
    27 
    27 
    28 #define STREAMRUNSIZE 500
    28 #define STREAMRUNSIZE 1000
    29 // Declare a class used by the example
    29 // Declare a class used by the example
    30 class CStreamA
    30 class CStreamA
    31 	{
    31 	{
    32 public :
    32 public :
    33 	void ExternalizeL(RWriteStream& aStream) const;
    33 	void ExternalizeL(RWriteStream& aStream) const;