diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-27 03:43:21 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-27 03:43:21 +0000 |
commit | 39473874d7134d3e0a85592170a85d06db00d4b4 (patch) | |
tree | db428d2ef05f1f2e03fe0e8467dcab6661fbaf52 /ace/Timeprobe.h | |
parent | 5553a5d92ba45c8e562d98d4e943f17e5bfdd501 (diff) | |
download | ATCD-39473874d7134d3e0a85592170a85d06db00d4b4.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Timeprobe.h')
-rw-r--r-- | ace/Timeprobe.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Timeprobe.h b/ace/Timeprobe.h index dd3ddb1bb8a..7babb4468fb 100644 --- a/ace/Timeprobe.h +++ b/ace/Timeprobe.h @@ -107,6 +107,10 @@ protected: EVENT_DESCRIPTIONS sorted_event_descriptions_; // Sorted Event Descriptions + u_int *current_slot_vme_address_; + // Added sections below here to make compatible with the VMETRO + // board test. + ACE_Timeprobe (const ACE_Timeprobe &); // Not implemented. |