From 3873f1ea97cbc17b24fb3772a5ac28d650127a9d Mon Sep 17 00:00:00 2001 From: "amit.bhayani@gmail.com" Date: Wed, 3 Dec 2014 17:29:44 +0530 Subject: [PATCH] missed one java class for Fixed Issue #33 Add submit_multi request/response support --- .../cloudhopper/smpp/type/UnsucessfulSME.java | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/main/java/com/cloudhopper/smpp/type/UnsucessfulSME.java b/src/main/java/com/cloudhopper/smpp/type/UnsucessfulSME.java index fce6a285..8c17a4cf 100644 --- a/src/main/java/com/cloudhopper/smpp/type/UnsucessfulSME.java +++ b/src/main/java/com/cloudhopper/smpp/type/UnsucessfulSME.java @@ -3,6 +3,26 @@ */ package com.cloudhopper.smpp.type; +/* + * #%L + * ch-smpp + * %% + * Copyright (C) 2009 - 2013 Cloudhopper by Twitter + * %% + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * #L% + */ + import org.jboss.netty.buffer.ChannelBuffer; import com.cloudhopper.smpp.util.ChannelBufferUtil;