// // Created by robin on 6/27/15. // #ifndef LIBPCSC_CPPTOOLS_SCCOMMAND_H # define LIBPCSC_CPPTOOLS_SCCOMMAND_H # include "ScByteArray.h" class ScCommand { public: virtual ScByteArray getData() const = 0; }; # include "ScCommand.hxx" #endif //LIBPCSC_CPPTOOLS_SCCOMMAND_H