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

Reply via email to