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


//--------------------------------------//
//	   Respond to start push     		//
//--------------------------------------//

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