epos_poslmcategoryserialization.h

Go to the documentation of this file.
00001 /*
00002 * ==============================================================================
00003 *  Name        : EPos_PosLmCategorySerialization.h
00004 *  Part of     : Mobile Location Framework / Landmarks
00005 *  Interface   : SDK/S60, Landmarks API
00006 *  Description : PosLmCategorySerialization class definition
00007 *  Version     : %version: 2 %
00008 *
00009 *  Copyright © 2006 Nokia.  All rights reserved.
00010 *  This material, including documentation and any related computer
00011 *  programs, is protected by copyright controlled by Nokia.  All
00012 *  rights are reserved.  Copying, including reproducing, storing,
00013 *  adapting or translating, any or all of this material requires the
00014 *  prior written consent of Nokia.  This material also contains
00015 *  confidential information which may not be disclosed to others
00016 *  without the prior written consent of Nokia.
00017 * ============================================================================
00018 * Template version: 4.0
00019 */
00020 
00021 #ifndef __EPOS_POSCATEGORYSERIALIZATION_H_
00022 #define __EPOS_POSCATEGORYSERIALIZATION_H_
00023 
00024 #include <e32base.h>
00025 
00026 class CPosLandmarkCategory;
00027 
00036 class PosLmCategorySerialization
00037     {
00038     public:
00048         IMPORT_C static HBufC8* PackL( const CPosLandmarkCategory& aCategory );
00049 
00060         IMPORT_C static CPosLandmarkCategory* UnpackL( const TDesC8& aBuffer );
00061     };
00062 
00063 // __EPOS_POSCATEGORYSERIALIZATION_H_
00064 #endif

Copyright © Nokia Corporation 2001-2008
Back to top