Changeset 20810 for issm/trunk-jpl/src/c/classes/DependentObject.h
- Timestamp:
- 06/27/16 09:22:48 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/DependentObject.h
r19198 r20810 27 27 /*}}}*/ 28 28 /*Object virtual functions definitions:{{{ */ 29 Object* copy(void); 30 void DeepEcho(); 29 31 void Echo(); 30 void DeepEcho();31 32 int Id(); 32 33 int ObjectEnum(); 33 Object* copy(void);34 34 void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){/*{{{*/ 35 35 _error_("not implemented yet!");
Note:
See TracChangeset
for help on using the changeset viewer.