Changeset 11246
- Timestamp:
- 07/04/11 20:07:56 (13 years ago)
- Location:
- trunk/FACT++/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/DimDescriptionService.h
r11149 r11246 17 17 public: 18 18 DimDescriptionService(const std::string &name, const std::string &format); 19 ~DimDescriptionService();19 virtual ~DimDescriptionService(); 20 20 21 21 std::string GetDescription() const { return fDescription; } -
trunk/FACT++/src/EventImp.h
r10881 r11246 23 23 /// Copy constructor 24 24 EventImp(const EventImp &cmd); 25 virtual ~EventImp() {} 25 26 26 27 // Description
Note:
See TracChangeset
for help on using the changeset viewer.