CppApiGuide commented on by Jonathan Robie (Sep 20, 2007).

Comment:

= Namespaces in Client Applications =

Currently, a client application needs the following namespaces:

using namespace qpid::client;
using namespace qpid::framing;

Why should someone writing a client application need to know about the framing namespace? And is 'framing' really the best name to describe this namespace?

Reply via email to