Ignore:
Timestamp:
01/31/19 12:12:52 (5 years ago)
Author:
yushan
Message:

branch merged with trunk @1645. arch file (ep&mpi) added for ADA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/src/server.hpp

    r1601 r1646  
    1313    { 
    1414      public: 
     15        ~CServer(){}; 
    1516        static void initialize(void); 
    1617        static void finalize(void); 
     18         
    1719        static void eventLoop(void); 
    1820        static void contextEventLoop(bool enableEventsProcessing=true); 
     
    7577        static StdOFStream m_errorStream; 
    7678        static void openStream(const StdString& fileName, const StdString& ext, std::filebuf* fb); 
     79 
    7780    }; 
     81    
    7882} 
    7983 
Note: See TracChangeset for help on using the changeset viewer.