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, 0 insertions, 12 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
deleted file mode 100644
index 8f4f587..0000000
--- a/client/activity-demo/Piztor/src/com/example/piztor/Rmsg.java
+++ /dev/null
@@ -1,12 +0,0 @@
-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