c_identifier_class.cpp 91 B

1234567
  1. #include "c_identifier_class.h"
  2. int CIdentifierClass::someMethod() const
  3. {
  4. return 0;
  5. }