sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi.util/src/com/nokia/carbide/cpp/internal/pi/util/config/gen/PIConfig/util/PIConfigResourceImpl.java
changeset 2 b9ab3b238396
equal deleted inserted replaced
1:1050670c6980 2:b9ab3b238396
       
     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 the License "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 package com.nokia.carbide.cpp.internal.pi.util.config.gen.PIConfig.util;
       
    19 
       
    20 import org.eclipse.emf.common.util.URI;
       
    21 import org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl;
       
    22 
       
    23 /**
       
    24  * <!-- begin-user-doc -->
       
    25  * The <b>Resource </b> associated with the package.
       
    26  * <!-- end-user-doc -->
       
    27  * @see com.nokia.carbide.cpp.pi.util.config.gen.PIConfig.util.PIConfigResourceFactoryImpl
       
    28  * @generated
       
    29  */
       
    30 public class PIConfigResourceImpl extends XMLResourceImpl {
       
    31 	/**
       
    32 	 * Creates an instance of the resource.
       
    33 	 * <!-- begin-user-doc -->
       
    34 	 * <!-- end-user-doc -->
       
    35 	 * @param uri the URI of the new resource.
       
    36 	 * @generated
       
    37 	 */
       
    38 	public PIConfigResourceImpl(URI uri) {
       
    39 		super(uri);
       
    40 	}
       
    41 
       
    42 } //PIConfigResourceImpl