//Editor-Info: -*- C++ -*-
//
//Subject: TOVE project / SIGINFO
//
//File: siginfodef.h
//
//Version: $Revision: 1.2 $
//
//State: $State: Exp $
//
//Date: $Date: 1996/12/03 13:23:30 $
//
//Organisation:
//      Helsinki University of Technology
//      Laboratory of Telecommunications and Multimedia
//
//Author:
//      Timo Pärnänen
//
//Description:
//      Const variables and type definitions for siginfo module
//
//Copyright:
//
//
//Licence:
//
//
//History: 
//

#ifndef __SIG_INFODEF_H__
#define __SIG_INFODEF_H__

typedef long sigBearerClass;

const sigBearerClass BCOB_A = 1;
const sigBearerClass BCOB_C = 3;
const sigBearerClass BCOB_X = 16;

#endif // __SIG_INFODEF_H__
