summaryrefslogtreecommitdiff
path: root/client/activity-demo/Piztor/src/com/example/piztor/Rmsg.java
diff options
context:
space:
mode:
Diffstat (limited to 'client/activity-demo/Piztor/src/com/example/piztor/Rmsg.java')
-rw-r--r--client/activity-demo/Piztor/src/com/example/piztor/Rmsg.java12
1 files changed, 12 insertions, 0 deletions
diff --git a/client/activity-demo/Piztor/src/com/example/piztor/Rmsg.java b/client/activity-demo/Piztor/src/com/example/piztor/Rmsg.java
new file mode 100644
index 0000000..8f4f587
--- /dev/null
+++ b/client/activity-demo/Piztor/src/com/example/piztor/Rmsg.java
@@ -0,0 +1,12 @@
+package com.example.piztor;
+
+public class Rmsg{
+ int id;
+ double lat;
+ double lot;
+ Rmsg(int i,double l,double ll){
+ id = i;
+ lat = l;
+ lot = ll;
+ }
+} \ No newline at end of file