00001 //====================================================================== 00002 // IInterface.cpp 00003 //---------------------------------------------------------------------- 00004 // 00005 // Package : System (The LHCb Offline System) 00006 // 00007 // Description: Basic interface implementation 00008 // 00009 // Author : 00010 // History: 00011 // +---------+----------------------------------------------+---------+ 00012 // | Date | Comment | Who | 00013 // +---------+----------------------------------------------+---------+ 00014 // | 3/11/98 | Initial version | M.Frank | 00015 // +---------+----------------------------------------------+---------+ 00016 //====================================================================== 00017 00018 // Do not include header: For the allocation the IID must be redefined. 00019 #include "GaudiKernel/Kernel.h" 00020 00021 // Interface ID definition 00022 typedef unsigned long IID; 00023 00024 // GaudiTools 00025 00026 const IID& IID_IAssociator = 303; 00027
1.2.3 written by Dimitri van Heesch,
© 1997-2000