Ignore:
Timestamp:
05/19/11 23:51:02 (13 years ago)
Author:
hozdoba
Message:
 
File:
1 edited

Legend:

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

    r190 r199  
    2727         /// Accesseur /// 
    2828         const CBufferPair & getBufferPair(void) const; 
    29           
    30       public : 
    31        
     29               
    3230         /// Appels distants///    
    3331         void initialize(void); // manager 0, method 0 
    3432         void finalize(void);   // manager 0, method 1 
    35               
     33          
     34      public :  
     35        
    3636         void setContext(const StdString & idContext); // manager 1, method 0 
    3737         void updateCalendar(long int timestep);       // manager 1, method 1 
    3838          
    39          void sendData(const StdString & fieldId, const ARRAY(float, 1) dataArray); // manager 2, method 0 
     39         void sendData(const StdString & fieldId, const ARRAY(float, 1)  dataArray); // manager 2, method 0 
    4040         void sendData(const StdString & fieldId, const ARRAY(double, 1) dataArray); // manager 2, method 1 
    4141          
Note: See TracChangeset for help on using the changeset viewer.