undertype
clone your own copy | download snapshot

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

ulextragraphic_interface.h
text/x-chdr

Download raw (378 bytes)

#ifndef __ULEXTRAGRAPHIC_INTERFACE_H
#define __ULEXTRAGRAPHIC_INTERFACE_H

class ULExtraGraphicInterface
{
public:
    ULExtraGraphicInterface() {}
    virtual ~ULExtraGraphicInterface() {}


private:
    ULExtraGraphicInterface( const ULExtraGraphicInterface& source );
    void operator = ( const ULExtraGraphicInterface& source );
};


#endif // __ULEXTRAGRAPHIC_INTERFACE_H