1 2 3 4 5 6 7 8 9 10 11 12 13
/* ** 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