Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

ca_client.h

Go to the documentation of this file.
00001 /***************************************************************************
00002                           ca_client.h  -  description
00003                              -------------------
00004     begin                : Sat Dec 8 2001
00005     copyright            : (C) 2001 by Vlad Mereuta
00006     email                : dizzy@deity.fsnet.co.uk
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 #ifdef HAVE_CONFIG_H
00018 #include "config.h"
00019 #endif
00020 
00021 #ifndef CA_CLIENT_H
00022 #define CA_CLIENT_H
00023 
00024 #include <easysoap/SOAPDispatchHandler.h>
00025 #include <dalt_client/dalt_client.h>
00026 #include "sense_neighbours.h"
00027 
00028 using namespace EasySoap;
00029 using namespace DALT_Client;
00030 
00031 class Cell;
00035 class CAClient : public SOAPDispatchHandler<CAClient>, public DALTClient
00036 {
00037 public:
00038     CAClient(int port_no, string server);
00039     
00041     virtual CAClient* GetTarget(const SOAPEnvelope& request) { return this; }   
00042 
00043     int createAgent(string type, int id);
00044 
00045     void soap_actionRequest(const SOAPMethod& request, SOAPMethod& response);   
00046 };
00047 
00048 #include "cell.h"
00049 
00050 #endif

Generated at Thu Jan 31 15:20:07 2002 for DALT Client by doxygen1.2.8 written by Dimitri van Heesch, © 1997-2001