videocollection/mpxmyvideoscollection/tsrc/ut_vcxmyvideosmdsdb/src/mdenamespacedef.cpp
branchRCL_3
changeset 23 8f0df5c82986
equal deleted inserted replaced
21:55fa1ec415c6 23:8f0df5c82986
       
     1 /*
       
     2 * Copyright (c) 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:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "mdenamespacedef.h"
       
    20 
       
    21 #include "mdeobjectdef.h"
       
    22 #include "mderelationdef.h"
       
    23 #include "mdeeventdef.h"
       
    24 
       
    25 CMdENamespaceDef::CMdENamespaceDef( const CMdESession& aMdeSession, 
       
    26 		const TMdCNamespaceDef& aNamespaceDef )
       
    27 	: iMdeSession( aMdeSession ), iNamespaceDef( aNamespaceDef )
       
    28 	{
       
    29 	}
       
    30 
       
    31 CMdENamespaceDef* CMdENamespaceDef::NewL( const CMdESession& aMdeSession, 
       
    32 		const TMdCNamespaceDef& aNamespaceDef, 
       
    33 		CMdCSerializationBuffer& aSchemaBuffer )
       
    34 	{
       
    35     }
       
    36 
       
    37 CMdENamespaceDef* CMdENamespaceDef::NewLC( const CMdESession& aMdeSession, 
       
    38 		const TMdCNamespaceDef& aNamespaceDef, 
       
    39 		CMdCSerializationBuffer& aSchemaBuffer )
       
    40 	{
       
    41 	}
       
    42 
       
    43 void CMdENamespaceDef::ConstructL(CMdCSerializationBuffer& aSchemaBuffer)
       
    44 	{
       
    45 	}
       
    46 
       
    47 CMdENamespaceDef::~CMdENamespaceDef()
       
    48 	{
       
    49 	}
       
    50 
       
    51 TDefId CMdENamespaceDef::Id() const
       
    52 	{
       
    53 	}
       
    54 
       
    55 EXPORT_C TBool CMdENamespaceDef::ReadOnly() const
       
    56 	{
       
    57 	}
       
    58 
       
    59 EXPORT_C const TDesC& CMdENamespaceDef::Name() const
       
    60 	{
       
    61 	}
       
    62 
       
    63 EXPORT_C TInt CMdENamespaceDef::Compare( const CMdENamespaceDef& aNamespaceDef ) const
       
    64 	{
       
    65 	}
       
    66 
       
    67 EXPORT_C TInt CMdENamespaceDef::ObjectDefCount() const
       
    68 	{
       
    69 	}
       
    70 
       
    71 EXPORT_C CMdEObjectDef& CMdENamespaceDef::ObjectDefL(TInt aIndex)
       
    72 	{
       
    73 	}
       
    74 
       
    75 EXPORT_C CMdEObjectDef& CMdENamespaceDef::GetObjectDefL(const TDesC& aName)
       
    76 	{
       
    77 	}
       
    78 
       
    79 CMdEObjectDef* CMdENamespaceDef::GetObjectDefL(TDefId aId)
       
    80 	{
       
    81 	}
       
    82 
       
    83 EXPORT_C TInt CMdENamespaceDef::RelationDefCount() const
       
    84 	{
       
    85 	}
       
    86 
       
    87 EXPORT_C CMdERelationDef& CMdENamespaceDef::RelationDefL(TInt aIndex)
       
    88 	{
       
    89 	}
       
    90 
       
    91 EXPORT_C CMdERelationDef& CMdENamespaceDef::GetRelationDefL(const TDesC& aName)
       
    92 	{
       
    93 	}
       
    94 
       
    95 CMdERelationDef* CMdENamespaceDef::GetRelationDefL(TDefId aId)
       
    96 	{
       
    97 	}
       
    98 
       
    99 EXPORT_C TInt CMdENamespaceDef::EventDefCount() const
       
   100 	{
       
   101 	}
       
   102 
       
   103 EXPORT_C CMdEEventDef& CMdENamespaceDef::EventDefL(TInt aIndex)
       
   104 	{
       
   105 	}
       
   106 
       
   107 EXPORT_C CMdEEventDef& CMdENamespaceDef::GetEventDefL(const TDesC& aName)
       
   108 	{
       
   109 	}
       
   110 
       
   111 CMdEEventDef* CMdENamespaceDef::GetEventDefL(TDefId aId)
       
   112 	{
       
   113 	}
       
   114 
       
   115 const CMdESession& CMdENamespaceDef::Session() const
       
   116 	{
       
   117 	}