java_stubs/javaregistry/clientserver/common/src/javapropertyarray.cpp
branchRCL_3
changeset 8 014f8c42e1d4
parent 0 3fd91c96c86c
equal deleted inserted replaced
7:9d598f7f02da 8:014f8c42e1d4
       
     1 /*
       
     2 * Copyright (c) 2006-2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  javapropertyarray implementation
       
    15 *              : (__JAVA_EXCLUDED VERSION)
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include "javapropertyarray.h"
       
    21 
       
    22 using namespace Java::Manager::Registry;
       
    23 
       
    24 // ---------------------------------------------------------------------------
       
    25 // CJavaPropertyArray::~CJavaPropertyArray
       
    26 // ---------------------------------------------------------------------------
       
    27 CJavaPropertyArray::~CJavaPropertyArray()
       
    28 {
       
    29 }
       
    30 
       
    31 // ---------------------------------------------------------------------------
       
    32 // CJavaPropertyArray::InternalizeL
       
    33 // ---------------------------------------------------------------------------
       
    34 void CJavaPropertyArray::InternalizeL(RReadStream&  /* aStream */)
       
    35 {
       
    36     User::Leave(KErrNotSupported);
       
    37 }
       
    38 
       
    39 // ---------------------------------------------------------------------------
       
    40 // CJavaPropertyArray::ExternalizeL
       
    41 // ---------------------------------------------------------------------------
       
    42 void CJavaPropertyArray::ExternalizeL(RWriteStream&  /* aStream */) const
       
    43 {
       
    44     User::Leave(KErrNotSupported);
       
    45 }