// ============================================================================ // $Id$ // $Name$ // ============================================================================ #include "TStreamableObject.hh" TStreamableObject::TStreamableObject( Tobject_t objecttype, Tint id ) : theObjectType( objecttype ), theID( id ) {;} TStreamableObject::~TStreamableObject() {;}