summaryrefslogtreecommitdiff
path: root/client/Piztor/src/com/macaroon/piztor/ResSendMessage.java
blob: 09f3ffa34f41521b6f1907196ea4681bb9589fbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.macaroon.piztor;


//--------------------------------------//
//	       Respond to send Message    	//
//--------------------------------------//

public class ResSendMessage extends Res{
	
	ResSendMessage(int status){
		super(6,status);	//for type 6
	}
}