00001 // 00002 // The Austria library is copyright (c) Gianni Mariani 2004. 00003 // 00004 // Grant Of License. Grants to LICENSEE the non-exclusive right to use the Austria 00005 // library subject to the terms of the LGPL. 00006 // 00007 // A copy of the license is available in this directory or one may be found at this URL: 00008 // http://www.gnu.org/copyleft/lesser.txt 00009 // 00015 #ifndef x_at_file_h_x 00016 #define x_at_file_h_x 1 00017 00018 #include "at_exports.h" 00019 00020 // Austria namespace 00021 namespace at 00022 { 00023 00024 // ======== FooBar ================================================= 00030 class AUSTRIA_EXPORT FooBar 00031 : public base 00032 { 00033 public: 00034 00035 00036 }; 00037 00038 }; // namespace 00039 00040 #endif // x_at_file_h_x 00041 00042
Generated for Austria by
and
MakeXS at Sun Oct 24 17:35:34 PDT 2004