Ignore:
Timestamp:
05/03/11 11:55:06 (13 years ago)
Author:
hozdoba
Message:
 
File:
1 edited

Legend:

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

    r181 r187  
    55#include "xmlioserver_spl.hpp" 
    66#include "group_factory.hpp" 
    7  
    87#include "functor.hpp" 
    98#include "functor_type.hpp" 
    10  
     9#include "duration.hpp" 
    1110#include "declare_group.hpp" 
    1211 
     
    9089 
    9190         /// Propriétés privées /// 
     91          
     92         std::vector<boost::shared_ptr<CField> > refObject; 
    9293         boost::shared_ptr<CField> baseRefObject; 
    93          std::vector<boost::shared_ptr<CField> > refObject; 
     94         boost::shared_ptr<CGrid>  grid ; 
     95         boost::shared_ptr<CFile>  file; 
    9496 
    95          boost::shared_ptr<CGrid> grid ; 
    96          boost::shared_ptr<CFile> file; 
    97  
    98          func::CFunctor * foperation; 
     97         date::CDuration freq_operation, freq_write; 
     98         boost::shared_ptr<func::CFunctor> foperation; 
     99          
     100         ARRAY(double, 1) data; 
    99101 
    100102   }; // class CField 
Note: See TracChangeset for help on using the changeset viewer.