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


//--------------------------------------//
//	   Respond to update location		//
//--------------------------------------//

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