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"
|
#include "Renderer.h"
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Barcode base for CAPI
|
|
||||||
*/
|
|
||||||
extern "C" struct gbcBarcode {};
|
|
||||||
|
|
||||||
|
|
||||||
namespace glbarcode
|
namespace glbarcode
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -47,7 +41,7 @@ namespace glbarcode
|
|||||||
* See Barcode1dBase or Barcode2dBase.
|
* See Barcode1dBase or Barcode2dBase.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
class Barcode : public gbcBarcode
|
class Barcode
|
||||||
{
|
{
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|||||||
+1
-7
@@ -28,12 +28,6 @@
|
|||||||
#include "TypeIdList.h"
|
#include "TypeIdList.h"
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Barcode factory base for CAPI
|
|
||||||
*/
|
|
||||||
extern "C" struct gbcFactory {};
|
|
||||||
|
|
||||||
|
|
||||||
namespace glbarcode
|
namespace glbarcode
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
@@ -41,7 +35,7 @@ namespace glbarcode
|
|||||||
*
|
*
|
||||||
* Singleton Barcode factory class.
|
* Singleton Barcode factory class.
|
||||||
*/
|
*/
|
||||||
class Factory : public gbcFactory
|
class Factory
|
||||||
{
|
{
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|||||||
@@ -27,12 +27,6 @@
|
|||||||
#include "DrawingPrimitives.h"
|
#include "DrawingPrimitives.h"
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Renderer base for CAPI
|
|
||||||
*/
|
|
||||||
extern "C" struct gbcRenderer {};
|
|
||||||
|
|
||||||
|
|
||||||
namespace glbarcode
|
namespace glbarcode
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -44,7 +38,7 @@ namespace glbarcode
|
|||||||
*
|
*
|
||||||
* Base class for all renderers.
|
* Base class for all renderers.
|
||||||
*/
|
*/
|
||||||
class Renderer : public gbcRenderer
|
class Renderer
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user