// $Id: ChannelId.h,v 1.5 2009-12-17 18:50:42 avalassi Exp $ #ifndef COOLKERNEL_CHANNELID_H #define COOLKERNEL_CHANNELID_H // Include files #include "CoolKernel/types.h" namespace cool { /** @file ChannelId.h * * Type definition for the 'ID' of a channel in a COOL folder. * * @author Sven A. Schmidt and Andrea Valassi * @date 2004-11-05 */// // ChannelId. typedef UInt32 ChannelId; } #endif