/* ** Copyright 2002, Double Precision Inc. ** ** See COPYING for distribution information. */ #ifndef libmail_namespace_H #define libmail_namespace_H #define LIBMAIL_START namespace mail { #define LIBMAIL_END } #endif