Back to project page Freebloks-Android.
The source code is released under:
GNU General Public License
If you think the Android project Freebloks-Android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package de.saschahlusiak.freebloks.network; //w ww.ja va2 s. c o m public class NET_REQUEST_UNDO extends NET_HEADER { public NET_REQUEST_UNDO() { super(Network.MSG_REQUEST_UNDO, 0); } public NET_REQUEST_UNDO(NET_HEADER from) { super(from); } }