connectivity/com.nokia.carbide.remoteConnections.discovery.pccs/src/com/nokia/carbide/remoteconnections/discovery/pccs/pccsnative/MCHANDLE.java
changeset 1121 9cdaf8ff619d
parent 1120 cf7b4cad9ad2
child 1122 913f5d83a1b0
equal deleted inserted replaced
1120:cf7b4cad9ad2 1121:9cdaf8ff619d
     1 /*
       
     2 * Copyright (c) 2010 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 package com.nokia.carbide.remoteconnections.discovery.pccs.pccsnative;
       
    18 
       
    19 import com.sun.jna.Pointer;
       
    20 
       
    21 public class MCHANDLE extends DMHANDLE {
       
    22 
       
    23 	/**
       
    24 	 * 
       
    25 	 */
       
    26 	public MCHANDLE() {
       
    27 		// TODO Auto-generated constructor stub
       
    28 	}
       
    29 
       
    30 	/**
       
    31 	 * @param p
       
    32 	 */
       
    33 	public MCHANDLE(Pointer p) {
       
    34 		super(p);
       
    35 		// TODO Auto-generated constructor stub
       
    36 	}
       
    37 
       
    38 }