connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/internal/IConnectedService2.java
changeset 704 670ab96c591c
parent 703 3a27d56389d5
parent 700 9441b6037cb6
child 705 3051ec3010db
--- a/connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/internal/IConnectedService2.java	Thu Dec 17 16:05:51 2009 -0600
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-/**
-* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
-* All rights reserved.
-* This component and the accompanying materials are made available
-* under the terms of the License "Eclipse Public License v1.0"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description: 
-*
-*/
-
-package com.nokia.carbide.remoteconnections.internal;
-
-import java.util.Map;
-
-import com.nokia.carbide.remoteconnections.interfaces.IConnectedService;
-
-/**
- * An extended interface to a connected service
- * @since 3.0
- */
-public interface IConnectedService2 extends IConnectedService {
-
-	/**
-	 * Return the properties for this connected service
-	 * @return Map
-	 */
-	Map<String, String> getProperties();
-}