00001 #ifndef _OBJECT_BASE_H_ 00002 #define _OBJECT_BASE_H_ 00003 00004 // 00005 // Copyright (c) 2004 IONA Technologies PLC. All Rights Reserved. 00006 // 00007 00008 #include <it_bus/api_defines.h> 00009 00010 namespace IT_Bus 00011 { 00015 class IT_AFC_API ObjectBase 00016 { 00017 public: 00018 virtual ~ObjectBase(); 00019 }; 00020 } 00021 00022 #endif 00023