source:
issm/oecreview/Archive/24684-25833/ISSM-25582-25583.diff
Last change on this file was 25834, checked in by , 4 years ago | |
---|---|
File size: 605 bytes |
-
../trunk-jpl/src/c/classes/DependentObject.cpp
50 50 _printf_("DependentObject:\n"); 51 51 _printf_(" name: " << this->name << "\n"); 52 52 if(this->index>=0) _printf_(" index: " << this->index << "\n"); 53 _printf_(" value: " << this->value<< "\n");53 _printf_(" response_value: " << this->response_value<< "\n"); 54 54 } 55 55 /*}}}*/ 56 56 int DependentObject::Id(void){ return -1; }/*{{{*/
Note:
See TracBrowser
for help on using the repository browser.