connectivity/com.nokia.carbide.remoteConnections.discovery.pccs/src/com/nokia/carbide/remoteconnections/discovery/pccs/pccsnative/GUID.java
changeset 942 2ed87b202d5c
parent 868 089762ea5b6d
--- a/connectivity/com.nokia.carbide.remoteConnections.discovery.pccs/src/com/nokia/carbide/remoteconnections/discovery/pccs/pccsnative/GUID.java	Thu Feb 11 13:42:02 2010 -0600
+++ b/connectivity/com.nokia.carbide.remoteConnections.discovery.pccs/src/com/nokia/carbide/remoteconnections/discovery/pccs/pccsnative/GUID.java	Thu Feb 11 16:12:28 2010 -0600
@@ -16,6 +16,7 @@
 */
 package com.nokia.carbide.remoteconnections.discovery.pccs.pccsnative;
 
+import com.nokia.carbide.remoteconnections.discovery.pccs.Messages;
 import com.sun.jna.NativeLong;
 import com.sun.jna.Structure;
 
@@ -39,7 +40,7 @@
 		this.Data2 = Data2;
 		this.Data3 = Data3;
 		if (Data4.length != this.Data4.length) 
-			throw new java.lang.IllegalArgumentException("Wrong array size !");
+			throw new java.lang.IllegalArgumentException(Messages.GUID_0);
 		this.Data4 = Data4;
 	}
 	protected ByReference newByReference() { return new ByReference(); }