Removed CAPI base classes from glbarcode.
Will reconcile when merging back to stand-alone version of glbarcode.
This commit is contained in:
+1
-7
@@ -27,12 +27,6 @@
|
||||
#include "Renderer.h"
|
||||
|
||||
|
||||
/**
|
||||
* Barcode base for CAPI
|
||||
*/
|
||||
extern "C" struct gbcBarcode {};
|
||||
|
||||
|
||||
namespace glbarcode
|
||||
{
|
||||
|
||||
@@ -47,7 +41,7 @@ namespace glbarcode
|
||||
* See Barcode1dBase or Barcode2dBase.
|
||||
*
|
||||
*/
|
||||
class Barcode : public gbcBarcode
|
||||
class Barcode
|
||||
{
|
||||
|
||||
protected:
|
||||
|
||||
+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:
|
||||
|
||||
@@ -27,12 +27,6 @@
|
||||
#include "DrawingPrimitives.h"
|
||||
|
||||
|
||||
/**
|
||||
* Renderer base for CAPI
|
||||
*/
|
||||
extern "C" struct gbcRenderer {};
|
||||
|
||||
|
||||
namespace glbarcode
|
||||
{
|
||||
|
||||
@@ -44,7 +38,7 @@ namespace glbarcode
|
||||
*
|
||||
* Base class for all renderers.
|
||||
*/
|
||||
class Renderer : public gbcRenderer
|
||||
class Renderer
|
||||
{
|
||||
public:
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user