From 2e69800d0d83e3d0486b0ca0cecde7d2a451c105 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Thu, 8 Oct 2015 12:10:58 +1300 Subject: Make protocol message types public --- src/org/traccar/protocol/CellocatorProtocolDecoder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/org/traccar/protocol/CellocatorProtocolDecoder.java') diff --git a/src/org/traccar/protocol/CellocatorProtocolDecoder.java b/src/org/traccar/protocol/CellocatorProtocolDecoder.java index 45505a7c7..5517e703b 100644 --- a/src/org/traccar/protocol/CellocatorProtocolDecoder.java +++ b/src/org/traccar/protocol/CellocatorProtocolDecoder.java @@ -39,7 +39,7 @@ public class CellocatorProtocolDecoder extends BaseProtocolDecoder { static final int MSG_CLIENT_SERIAL = 8; static final int MSG_CLIENT_MODULAR = 9; - private static final int MSG_SERVER_ACKNOWLEDGE = 4; + public static final int MSG_SERVER_ACKNOWLEDGE = 4; private byte commandCount; -- cgit v1.2.3