namespace V1 { #include "err.h"}namespace V2 { #include "hash.h"}V1::ErrorStatus err = V1::SUCCESS;V2::HashReturn hs = V2::SUCCESS;
namespace V1 {
#include "err.h"
}
namespace V2 {
#include "hash.h"
V1::ErrorStatus err = V1::SUCCESS;
V2::HashReturn hs = V2::SUCCESS;