qaEvent.cxx 99 B

1234567891011
  1. #include <qaEvent.h>
  2. ClassImp(qaEvent);
  3. qaEvent::qaEvent(/* args */)
  4. {
  5. }
  6. qaEvent::~qaEvent()
  7. {
  8. }