landmarks/locationlandmarks/localaccess/data/eposlmasyncops.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 01:06:48 +0200
changeset 0 667063e416a2
permissions -rw-r--r--
Revision: 201003 Kit: 201005

/*
* Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: 
*   transaction for an aysynchronous operation.
*
*/


//  INCLUDES
#include <uikon.rh>

//  RESOURCE SIGNATURE
RESOURCE RSS_SIGNATURE { }

//  RESOURCE DEFINITIONS

// -----------------------------------------------------------------------------
//
// R_POS_LM_LOCAL_ADD_CAT_TO_LMS_OP
// Number of landmarks to change with addition of new category within each
// transaction for the CPosLmLocalCategoryManager::AddCategoryToLandmarksL
// operation.
// Limits: value > 0
//
// -----------------------------------------------------------------------------

RESOURCE NUMBER_INT32 r_pos_lm_local_add_cat_to_lms_op
    {
    value="5";
    }

// -----------------------------------------------------------------------------
//
// R_POS_LM_LOCAL_REMOVE_LMS_OP
// Number of landmarks to remove within each transaction for the
// CPosLmLocalDatabase::RemoveLandmarksL operation.
// Limits: value > 0
//
// -----------------------------------------------------------------------------

RESOURCE NUMBER_INT32 r_pos_lm_local_remove_lms_op
    {
    value="10";
    }

// -----------------------------------------------------------------------------
//
// R_POS_LM_LOCAL_REMOVE_ALL_LMS_OP
// Number of landmarks to remove within each transaction for the
// CPosLmLocalDatabase::RemoveAllLandmarksL operation.
// Limits: value > 0
//
// -----------------------------------------------------------------------------

RESOURCE NUMBER_INT32 r_pos_lm_local_remove_all_lms_op
    {
    value="10";
    }

// -----------------------------------------------------------------------------
//
// R_POS_LM_LOCAL_REMOVE_CATS_OP
// Number of categories to remove within each transaction for the
// CPosLmLocalCategoryManager::RemoveCategoriesL operation.
// Limits: value > 0
//
// -----------------------------------------------------------------------------

RESOURCE NUMBER_INT32 r_pos_lm_local_remove_cats_op
    {
    value="1";
    }

// -----------------------------------------------------------------------------
//
// R_POS_LM_LOCAL_REMOVE_CAT_FROM_LMS_OP
// Number of landmarks to change with removal of category within each
// transaction for the CPosLmLocalCategoryManager::RemoveCategoryFromLandmarksL
// operation.
// Limits: value > 0
//
// -----------------------------------------------------------------------------

RESOURCE NUMBER_INT32 r_pos_lm_local_remove_cat_from_lms_op
    {
    value="1";
    }

// -----------------------------------------------------------------------------
//
// R_POS_LM_LOCAL_READ_PARTIAL_LMS_OP
// Number of partial landmarks to read before notifying the observer.
// Limits: value > 0
//
// -----------------------------------------------------------------------------

RESOURCE NUMBER_INT32 r_pos_lm_local_read_partial_lms_op
    {
    value="5";
    }

// -----------------------------------------------------------------------------
//
// R_POS_LM_LOCAL_RESET_GLOBAL_CATEGORIES_OP
// Number of global categories to reset within each transaction for the
// CPosLmLocalCategoryManager::ResetGlobalCategoriesL operation.
// Limits: value > 0
//
// -----------------------------------------------------------------------------

RESOURCE NUMBER_INT32 r_pos_lm_local_reset_global_categories_op
    {
    value="1";
    }

// -----------------------------------------------------------------------------
//
// R_POS_LM_LOCAL_EXPORT_LMS_OP
// Number of landmark categories to export within each transaction for the
// CPosLmLocalDatabase::ExportLandmarksL operation.
// Limits: value > 0
//
// -----------------------------------------------------------------------------

RESOURCE NUMBER_INT32 r_pos_lm_local_export_lms_op
    {
    value="1";
    }

// -----------------------------------------------------------------------------
//
// R_POS_LM_LOCAL_IMPORT_LMS_OP
// Number of landmark categories to import within each transaction for the
// CPosLmLocalDatabase::ImportLandmarksL operation.
// Limits: value > 0
//
// -----------------------------------------------------------------------------

RESOURCE NUMBER_INT32 r_pos_lm_local_import_lms_op
    {
    value="1";
    }

// -----------------------------------------------------------------------------
//
// R_POS_LM_LOCAL_GET_SORTED_IDS_OP
// Number of landmark IDs to request from server per each step in 
// CPosLmLocalDatabase::LandmarkIteratorL operation (CPosLmLocalGetSortedIdsOp).
// Limits: value > 0
//
// -----------------------------------------------------------------------------

RESOURCE NUMBER_INT32 r_pos_lm_local_get_sorted_ids_op
    {
    value="100";
    }

// End of File