33 lines
838 B
C++
33 lines
838 B
C++
![]() |
/**********************************************************************
|
||
|
|
||
|
Filename : GJPEGUtil.h
|
||
|
Content : JPEG image I/O utility classes
|
||
|
Created : June 24, 2005
|
||
|
Authors : Michael Antonov
|
||
|
|
||
|
Notes :
|
||
|
History :
|
||
|
|
||
|
Copyright : (c) 1998-2006 Scaleform Corp. All Rights Reserved.
|
||
|
|
||
|
Licensees may use this file in accordance with the valid Scaleform
|
||
|
Commercial License Agreement provided with the software.
|
||
|
|
||
|
This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING
|
||
|
THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR ANY PURPOSE.
|
||
|
|
||
|
**********************************************************************/
|
||
|
#include "GJPEGUtil.h"
|
||
|
|
||
|
// Default destructor
|
||
|
GJPEGSystem::~GJPEGSystem()
|
||
|
{ }
|
||
|
|
||
|
// Default destructor
|
||
|
GJPEGInput::~GJPEGInput()
|
||
|
{ }
|
||
|
|
||
|
// Default constructor.
|
||
|
GJPEGOutput::~GJPEGOutput()
|
||
|
{ }
|