Add missing license headers to packetcable-driver messages
[packetcable.git] / packetcable-driver / src / main / java / org / pcmm / messages / impl / COPSDecisionMsgEX.java
index 1da5e5f256b5b94fc88971e5e1b03bd7fbdec939..911465de2ac74b96dc69824ecad39b20d55dddbc 100644 (file)
@@ -1,10 +1,14 @@
-/**
- @header@
+/*
+ * Copyright (c) 2014, 2015 Cable Television Laboratories, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
+
 package org.pcmm.messages.impl;
 
 import org.umu.cops.stack.*;
-import org.umu.cops.stack.COPSHeader.ClientType;
 import org.umu.cops.stack.COPSHeader.OPCode;
 
 import java.io.IOException;
@@ -30,7 +34,7 @@ public class COPSDecisionMsgEX extends COPSMsg {
     private final COPSClientSI clientSI;
     private final Map<COPSContext, List<COPSDecision>> _decisions;
 
-    public COPSDecisionMsgEX(final ClientType clientType, final COPSHandle _clientHandle, final COPSError _error,
+    public COPSDecisionMsgEX(final short clientType, final COPSHandle _clientHandle, final COPSError _error,
                              final COPSIntegrity _integrity, final COPSClientSI clientSI,
                              final Map<COPSContext, List<COPSDecision>> _decisions) {
         super(new COPSHeader(OPCode.DEC, clientType));