UNCLASSIFIED

GeographicTranslator
 All Classes Namespaces Functions Enumerations
WarningMessages.h
1 // CLASSIFICATION: UNCLASSIFIED
2 
3 #ifndef WarningMessages_H
4 #define WarningMessages_H
5 
6 
13 #include "DtccApi.h"
14 
15 namespace MSP
16 {
17  namespace CCS
18  {
19  class MSP_DTCC_API WarningMessages
20  {
21  public:
22 
23  // Coordinate warning messages
24  static char* longitude;
25  static char* latitude;
26 
27  static char* datum;
28 
29  };
30  }
31 }
32 
33 #endif
34 
35 // CLASSIFICATION: UNCLASSIFIED