Changeset 3417 for issm/trunk/src/c/objects/Hook.h
- Timestamp:
- 04/07/10 12:23:51 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk/src/c/objects/Hook.h ¶
r3383 r3417 10 10 11 11 #include "./Object.h" 12 #include ". /../DataSet/DataSet.h"12 #include "../DataSet/DataSet.h" 13 13 #include "../toolkits/toolkits.h" 14 14 15 15 class DataSet; 16 class Object;17 18 16 class Hook{ 19 17 … … 29 27 Hook(); 30 28 Hook(int* ids, int num); 29 Init(int* ids, int num); 31 30 Hook(Object** objects, int* ids, int* offsets,int num); 32 31 Hook(Hook* hook);
Note:
See TracChangeset
for help on using the changeset viewer.