00001 // CLASSIFICATION: UNCLASSIFIED 00002 00003 #ifndef WarningMessages_H 00004 #define WarningMessages_H 00005 00006 00013 #include "DtccApi.h" 00014 00015 namespace MSP 00016 { 00017 namespace CCS 00018 { 00019 class MSP_DTCC_API WarningMessages 00020 { 00021 public: 00022 00023 // Coordinate warning messages 00024 static char* longitude; 00025 static char* latitude; 00026 00027 static char* datum; 00028 00029 }; 00030 } 00031 } 00032 00033 #endif 00034 00035 // CLASSIFICATION: UNCLASSIFIED