| 1946 | NULL |
| 1947 | }; |
| 1948 | static bool ShowSource_IsInList(const string &Value) |
| 1949 | { |
| 1950 | for (size_t i = 0; ShowSource_List[i]; i++) |
| 1951 | if (ShowSource_List[i] == Value) |
| 1952 | return true; |
| 1953 | return false; |
| 1954 | } |
| 1955 | |
| 1956 | //*************************************************************************** |
| 1957 | // Constructor/Destructor |
no outgoing calls
no test coverage detected