connectivity/com.nokia.carbide.remoteConnections.discovery.pccs/src/com/nokia/carbide/remoteconnections/discovery/pccs/Messages.java
author dadubrow
Fri, 26 Feb 2010 11:31:16 -0600
branchRCL_2_4
changeset 1035 a50c0b5d243e
parent 941 e90e6ea44529
permissions -rw-r--r--
remove ui dependency + use new notification to switch mode

/*
* Copyright (c) 2010 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.discovery.pccs;

import org.eclipse.osgi.util.NLS;

public class Messages extends NLS {
	private static final String BUNDLE_NAME = "com.nokia.carbide.remoteconnections.discovery.pccs.messages"; //$NON-NLS-1$
	public static String Activator_Agent_Name;
	public static String Activator_PCCS_Location;
	public static String Activator_PCSuite_Location;
	public static String ConnAPILibrary_PCCS_Not_Found_Error;
	public static String ConnAPILibrary_PCSuite_Not_Found_Error;
	public static String GUID_0;
	public static String PCCSConnection_Bad_Personality_DontSwitch_Warning1;
	public static String PCCSConnection_Bad_Personality_DontSwitch_Warning2;
	public static String PCCSConnection_DontAsk_CheckText;
	public static String PCCSConnection_Generic_Personality_Description;
	public static String PCCSConnection_PCCS_CONAOpenDM_Error;
	public static String PCCSConnection_PCCS_CONARegisterNotifyCallback_Error;
	public static String PCCSConnection_PCCS_CONARegisterNotifyCallback_Pointer_Error;
	public static String PCCSConnection_PCCS_Not_Enough_Memory_Error;
	public static String PCCSConnection_PCCS_Version_Error;
	public static String PCCSConnection_PCSuite_Version_Error;
	public static String PCCSConnection_Personality_Switch_Error;
	public static String PCCSDiscoveryAgent_PCCS_Not_Found_Error;
	public static String PCCSDiscoveryAgent_PCCS_Version_Error;
	public static String PCCSDiscoveryAgent_PCSuite_Not_Found_Error;
	public static String PCCSDiscoveryAgent_PCSuite_Version_Error;
	static {
		// initialize resource bundle
		NLS.initializeMessages(BUNDLE_NAME, Messages.class);
	}

	private Messages() {
	}
}