Ignore:
Timestamp:
06/14/11 16:20:27 (13 years ago)
Author:
hozdoba
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/src/xmlio/server.hpp

    r196 r214  
    1616   { 
    1717      public : 
    18        
    19          /// Constructeurs /// 
    20          CServer(MPIComm comm_client_server); 
    21                  
     18 
     19         static boost::shared_ptr<CServer> CreateServer(MPIComm comm_client_server); 
     20         static boost::shared_ptr<CServer> GetServer(void); 
     21 
    2222         /// Destructeur /// 
    2323         ~CServer(void); 
     
    3636         void finalize(void);   // manager 0, method 1 
    3737              
    38          void setContext(const std::vector<CLinearBuffer> & buffer);    // manager 1, method 0 
     38         void setContext    (const std::vector<CLinearBuffer> & buffer); // manager 1, method 0 
    3939         void updateCalendar(const std::vector<CLinearBuffer> & buffer); // manager 1, method 1 
     40         void setTimestep   (const std::vector<CLinearBuffer> & buffer); // manager 1, method 2 
    4041          
    4142         void writeData(const std::vector<CLinearBuffer> & buffer, int prec); // manager 2, method 0 - 1 
    4243       
    4344      private : 
     45 
     46         /// Constructeurs /// 
     47         CServer(MPIComm comm_client_server); 
    4448       
    4549         /// Propriété privée /// 
    4650         CBufferList blist; 
     51 
     52         static boost::shared_ptr<CServer> Server; 
    4753       
    4854   }; // class CServer   
Note: See TracChangeset for help on using the changeset viewer.