Removed CAPI base classes from glbarcode.
Will reconcile when merging back to stand-alone version of glbarcode.
This commit is contained in:
+1
-7
@@ -28,12 +28,6 @@
|
||||
#include "TypeIdList.h"
|
||||
|
||||
|
||||
/**
|
||||
* Barcode factory base for CAPI
|
||||
*/
|
||||
extern "C" struct gbcFactory {};
|
||||
|
||||
|
||||
namespace glbarcode
|
||||
{
|
||||
/**
|
||||
@@ -41,7 +35,7 @@ namespace glbarcode
|
||||
*
|
||||
* Singleton Barcode factory class.
|
||||
*/
|
||||
class Factory : public gbcFactory
|
||||
class Factory
|
||||
{
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user