videocollection/mpxmyvideoscollection/tsrc/ut_vcxmyvideosmdsdb/src/mdepropertydef.cpp
branchRCL_3
changeset 15 8f0df5c82986
equal deleted inserted replaced
14:55fa1ec415c6 15:8f0df5c82986
       
     1 /*
       
     2 * Copyright (c) 2005-2009 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:  
       
    15 *
       
    16 */
       
    17 
       
    18 #include "mdepropertydef.h"
       
    19 
       
    20 #include "mdeobjectdef.h"
       
    21 #include "mdenamespacedef.h"
       
    22 
       
    23 
       
    24 CMdEPropertyDef::CMdEPropertyDef( const TMdCPropertyDef& aPropertyDef, CMdEObjectDef& aObjectDef )
       
    25     : iPropertyDef(aPropertyDef), iObjectDef(aObjectDef)
       
    26     {
       
    27     }
       
    28 
       
    29 CMdEPropertyDef* CMdEPropertyDef::NewL( const TMdCPropertyDef& aPropertyDef,
       
    30     CMdCSerializationBuffer& aSchemaBuffer, CMdEObjectDef& aObjectDef )
       
    31     {
       
    32     }
       
    33 
       
    34 CMdEPropertyDef* CMdEPropertyDef::NewLC( const TMdCPropertyDef& aPropertyDef,
       
    35     CMdCSerializationBuffer& aSchemaBuffer, CMdEObjectDef& aObjectDef )
       
    36     {
       
    37     }
       
    38 
       
    39 void CMdEPropertyDef::ConstructL( CMdCSerializationBuffer& aSchemaBuffer )
       
    40     {
       
    41     }
       
    42 
       
    43 CMdEPropertyDef::~CMdEPropertyDef()
       
    44     {
       
    45     }
       
    46 
       
    47 TDefId CMdEPropertyDef::Id() const
       
    48     {
       
    49     }
       
    50 
       
    51 TDefId CMdEPropertyDef::ObjectDefId() const
       
    52 	{
       
    53 	}
       
    54 
       
    55 EXPORT_C CMdEObjectDef& CMdEPropertyDef::ObjectDef() const
       
    56     {
       
    57     }
       
    58     
       
    59 EXPORT_C const TDesC& CMdEPropertyDef::Name() const
       
    60     {
       
    61     }
       
    62 
       
    63 EXPORT_C TInt CMdEPropertyDef::Compare( const CMdEPropertyDef& aPropertyDef ) const
       
    64     {
       
    65     }
       
    66 
       
    67 EXPORT_C TPropertyType CMdEPropertyDef::PropertyType() const
       
    68     {
       
    69     }
       
    70 
       
    71 EXPORT_C TBool CMdEPropertyDef::ReadOnly() const
       
    72     {
       
    73     }
       
    74 
       
    75 EXPORT_C TBool CMdEPropertyDef::Mandatory() const
       
    76 	{
       
    77 	}
       
    78 
       
    79 EXPORT_C TInt32 CMdEPropertyDef::MinInt32ValueL() const
       
    80     {
       
    81     }
       
    82 
       
    83 EXPORT_C TInt32 CMdEPropertyDef::MaxInt32ValueL() const
       
    84     {
       
    85     }
       
    86 
       
    87 EXPORT_C TUint32 CMdEPropertyDef::MinUint32ValueL() const
       
    88     {
       
    89     }
       
    90 
       
    91 EXPORT_C TUint32 CMdEPropertyDef::MaxUint32ValueL() const
       
    92     {
       
    93     }
       
    94 
       
    95 EXPORT_C TInt64 CMdEPropertyDef::MinInt64ValueL() const
       
    96     {
       
    97     }
       
    98 
       
    99 EXPORT_C TInt64 CMdEPropertyDef::MaxInt64ValueL() const
       
   100     {
       
   101     }
       
   102 
       
   103 EXPORT_C TReal CMdEPropertyDef::MinRealValueL() const
       
   104     {
       
   105     }
       
   106 
       
   107 EXPORT_C TReal CMdEPropertyDef::MaxRealValueL() const
       
   108     {
       
   109     }
       
   110 
       
   111 EXPORT_C TTime CMdEPropertyDef::MinTimeValueL() const
       
   112     {
       
   113     }
       
   114 
       
   115 EXPORT_C TTime CMdEPropertyDef::MaxTimeValueL() const
       
   116     {
       
   117     }
       
   118 
       
   119 EXPORT_C TInt CMdEPropertyDef::MinTextLengthL() const
       
   120     {
       
   121     }
       
   122 
       
   123 EXPORT_C TInt CMdEPropertyDef::MaxTextLengthL() const
       
   124     {
       
   125     
       
   126     }
       
   127 
       
   128 EXPORT_C CMdENamespaceDef& CMdEPropertyDef::NamespaceDef() const
       
   129     {
       
   130     }