#include "CAT_btscanner_global.h" #include "common_header.h" // declarations class CAT_BTSCANNER_EXPORT CAT_btscanner { public: CAT_btscanner(); //TOK constructor void TestFunction (void); // TOK // nested class class PLAIN_TEST_CLASS { PLAIN_TEST_CLASS(); void PLAIN_TestFunction (void ); }; };
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)