shareddependlib.cpp 86 B

1234567
  1. #include "shareddependlib.h"
  2. int SharedDependLibObject::foo() const
  3. {
  4. return 0;
  5. }