Subversion Repositories display

Rev

Rev 287 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#include <sys/types.h>
#include <string>
#include "imgtypes.h"
#include "garminimg.h"

ImgNET::ImgNET (class ImgFile *ifilein, off_t offset)
{
        ifile= ifilein;
        header_offset= imgfile_offset= offset;
}

ImgNET::~ImgNET ()
{
}