22 lines
340 B
C++
22 lines
340 B
C++
#ifndef ____jet_h__
|
|
#define ____jet_h__
|
|
|
|
#include "Tag.h"
|
|
#include "ZString.h"
|
|
#include "IMFRequest.h"
|
|
#include "IMFMessage.h"
|
|
#include <sstream>
|
|
|
|
namespace jet {
|
|
|
|
class __jet : public Tag {
|
|
|
|
public:
|
|
__jet(coreutils::ZString &in, coreutils::MString &parentOut, Global &global, Tag *parent);
|
|
|
|
};
|
|
|
|
}
|
|
|
|
#endif
|