30 Jun
2012
30 Jun
'12
1:53 a.m.
Jonathan Ryshpan schrieb:
It appears from the wiki that the word following the namespace declarator (if this is the right word) should be either "public", "shared", or "private", and describes a property of the namespace being declared.
AFAIS the word following the keyword "namespace" is the name (of the namespace). The type ("public", "shared" or "private") is declared by using a type definition.
So what does: namespace inbox {... mean?
That is a definition of a namespace named "inbox".
-thh