00001 // XLabel.h: XLabel loader class definition 00002 // Haejoong Lee, Xiaoyi Ma, Steven Bird 00003 // Copyright (C) 2001 Linguistic Data Consortium, U Penn. 00004 // Web: http://www.ldc.upenn.edu/; Email: ldc@ldc.upenn.edu 00005 // For license information, see the file `LICENSE' included 00006 // with the distribution. 00007 00008 00009 #ifndef _XLABEL_H_ 00010 #define _XLABEL_H_ 00011 00012 #include <AGAPI.h> 00013 #include "agfio.h" 00014 #include "XLabelFile.h" 00015 00017 class DllExport XLabel : public agfio 00018 { 00019 00020 private: 00021 00022 virtual bool 00023 is_id_required() 00024 { return true; } 00025 00026 virtual AGIds 00027 load(); 00028 00029 }; 00030 00031 #endif
1.2.7 written by Dimitri van Heesch,
 © 1997-2001