CARMA C++
aceUtils.h
1 #ifndef CARMA_CORRELATOR_LIB_ACEUTILS_H
2 #define CARMA_CORRELATOR_LIB_ACEUTILS_H
3 
4 #include <string>
5 
6 namespace carma {
7 namespace correlator {
8 namespace obsRecord2 {
9 
10 
11 void installAceLoggingBackend( );
12 
13 
14 } // namespace carma::correlator::obsRecord2
15 } // namespace carma::correlator
16 } // namespace carma
17 
18 
19 #endif