Commits

C. Enrique Garcia Dabo authored 2617b0f3eac
Break circular depedency between msvis and flagging modules.

Fixes partially CAS-13859
No tags

casatools/src/code/flagging/Flagging/FlagAgentBase.h

Modified
21 21 //# $Id: $
22 22
23 23 #ifndef FlagAgentBase_H_
24 24 #define FlagAgentBase_H_
25 25
26 26 #include <map>
27 27 // needed for antennaPairMap, polarizationMap, VisMapper, FlagMapper, etc. which should
28 28 // probably be split from the rather large FlagDataHandler.h
29 29 #include <flagging/Flagging/FlagDataHandler.h>
30 30
31 -#include <msvis/MSVis/AsynchronousTools.h>
31 +#include <stdcasa/thread/AsynchronousTools.h>
32 32 #include <flagging/Flagging/FlagReport.h>
33 33
34 34 namespace casa { //# NAMESPACE CASA - BEGIN
35 35
36 36 class FlagDataHandler;
37 37
38 38 // <summary>
39 39 // A top level class defining the interface for flagging agents
40 40 // </summary>
41 41 //

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut