00001 //# Added for backward compatibility 00002 00003 #ifndef CASA_LARGEFILEBUFIO_H 00004 #define CASA_LARGEFILEBUFIO_H 00005 00006 #warning "LargeFilebufIO.h has been deprecated; use FilebufIO.h instead." 00007 00008 #include <casacore/casa/IO/FilebufIO.h> 00009 00010 namespace casacore { 00011 typedef FilebufIO LargeFilebufIO; 00012 } 00013 00014 #endif