Ignore:
Timestamp:
May 21, 2012, 3:25:43 PM (13 years ago)
Author:
frichard
Message:

Sauvegarde de sécurité (problème de DD). Interfae graphique de BAOcontrol en QT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BAORadio/libindi/libindi/Indi_Stellarium/src/Server.hpp

    r623 r677  
    2929using namespace std;
    3030
    31 class Socket;
     31class Socket2;
    3232
    3333//! Base class for telescope server classes. A true telescope server class
     
    4343//! Socket::prepareSelectFds() and Socket::handleSelectFds() for each connection
    4444//! in the list. These methods are reimplemented for each class.
    45 class Server
     45class Server2
    4646{
    4747public:
    48         Server(void) {}
    49         Server(int port);
    50         virtual ~Server(void) {}
     48        Server2(void) {}
     49        Server2(int port);
     50        virtual ~Server2(void) {}
    5151        virtual void step(long long int timeout_micros);
    5252       
     
    5858        //! Connection or any custom class that implements a serial port
    5959        //! connection (such as Lx200Connection and NexStarConnection).
    60         void addConnection(Socket *s)
     60        void addConnection(Socket2 *s)
    6161        {
    6262                if (s)
     
    7171        friend class Connection;
    7272       
    73         class SocketList : public list<Socket*>
     73        class SocketList : public list<Socket2*>
    7474        {
    7575                public:
Note: See TracChangeset for help on using the changeset viewer.