Ignore:
Timestamp:
05/24/11 17:47:01 (13 years ago)
Author:
hozdoba
Message:
 
File:
1 edited

Legend:

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

    r189 r202  
    194194#define DECLARE_FUNCTOR(MType, mtype) \ 
    195195   if  (operation.getValue().compare(#mtype) == 0) \ 
    196    { return; } 
    197       //this->foperation = boost::shared_ptr<func::CFunctor>(new C##MType()); 
     196   { /*this->foperation = boost::shared_ptr<func::CFunctor>(new C##MType()); */ \ 
     197     return; } 
     198 
    198199    
    199200#include "functor_type.conf" 
Note: See TracChangeset for help on using the changeset viewer.