H
Hua.watson
I want to add some declaration intio my namespace. But I do not have
the right to modify proto header files.
So I try
namespace mynamespace{
#include "a.h"
#include "b.h"
}
This is not a good style. But it even cannot work..... functions in
a.h has NOT been put into mynamespace....
the right to modify proto header files.
So I try
namespace mynamespace{
#include "a.h"
#include "b.h"
}
This is not a good style. But it even cannot work..... functions in
a.h has NOT been put into mynamespace....