00001 #ifndef LOCATION_H_ 00002 #define LOCATION_H_ 00003 00004 namespace srAlmende 00005 { 00006 00007 class Location 00008 { 00009 public: 00010 Location(); 00011 virtual ~Location(); 00012 }; 00013 00014 } 00015 00016 #endif /*LOCATION_H_*/