[Jderobot-admin] jderobot-r1129 - trunk/src/stable/interfaces/slice/jderobot

frivas en jderobot.org frivas en jderobot.org
Vie Dic 13 10:46:36 CET 2013


Author: frivas
Date: 2013-12-13 10:46:35 +0100 (Fri, 13 Dec 2013)
New Revision: 1129

Removed:
   trunk/src/stable/interfaces/slice/jderobot/remoteView.ice
Log:
removed unused interface


Deleted: trunk/src/stable/interfaces/slice/jderobot/remoteView.ice
===================================================================
--- trunk/src/stable/interfaces/slice/jderobot/remoteView.ice	2013-12-09 19:55:31 UTC (rev 1128)
+++ trunk/src/stable/interfaces/slice/jderobot/remoteView.ice	2013-12-13 09:46:35 UTC (rev 1129)
@@ -1,49 +0,0 @@
-/*
- *  Copyright (C) 1997-2012 JDE Developers Teameldercare.camRGB
- *
- *  This program is free software: you can redistribute it and/or modify
- *  it under the terms of the GNU General Public License as published by
- *  the Free Software Foundation, either version 3 of the License, or
- *  (at your option) any later version.
- *
- *  This program is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU General Public License for more details.
- *
- *  You should have received a copy of the GNU General Public License
- *  along with this program.  If not, see http://www.gnu.org/licenses/.
- *
- *  Authors : Jose María Cañas <jmplaza en gsyc.es>
-			Francisco Miguel Rivas Montero <franciscomiguel.rivas en urjc.es>
-			
- */
-
-#ifndef REMOTEVIEWER_ICE
-#define REMOTEVIEWER_ICE
-
-module jderobot{  
-
-	struct PlayerPos{
-      float x;
-      float y;
-      float z;
-	};
-
-
-	
-	sequence<PlayerPos> Players;
-
-	class remoteData{
-		Players p;
-		bool alarm;
-		string code;
-	};
-
-
-	interface remoteView{
-		idempotent remoteData getPlayers();
-	};
-};
-#endif 
-



More information about the Jderobot-admin mailing list