Then anywhere else you want to use myClass, you can either tell the code to use that namespace, or (if you are already using another namespace) you can define it explicitly.
I see... in my header file I created I have to put all my code inside a namespace? So I can perform them using aw::abc By using using namespace aw; in cpp.