LRAUV  revA
NavChartIF.h
Go to the documentation of this file.
1 
13 #ifndef NAVCHARTIF_H_
14 #define NAVCHARTIF_H_
15 
25 namespace NavChartIF
26 {
29 static const Str NAME( "NavChart" );
30 
31 // Include common ConfigURIs -- must be in namespace and follow definition of NAME
33 
34 }
35 
36 #endif /*NAVCHARTIF_H_*/
Replacement for standard template class string.
Definition: Str.h:12
Specifies URIs shared by components that can be loaded from modules at startup Designed to be include...
Specifies the interface details for the NavChart component in the NavigationModule.
Definition: NavChartIF.h:25