00001 /* 00002 * Copyright (C) 2006 Registro.br. All rights reserved. 00003 * 00004 * Redistribution and use in source and binary forms, with or without 00005 * modification, are permitted provided that the following conditions are 00006 * met: 00007 * 1. Redistribution of source code must retain the above copyright 00008 * notice, this list of conditions and the following disclaimer. 00009 * 2. Redistributions in binary form must reproduce the above copyright 00010 * notice, this list of conditions and the following disclaimer in the 00011 * documentation and\/or other materials provided with the distribution. 00012 * 00013 * THIS SOFTWARE IS PROVIDED BY REGISTRO.BR AS IS'' AND ANY EXPRESS OR 00014 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 00015 * WARRANTIE OF FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO 00016 * EVENT SHALL REGISTRO.BR BE LIABLE FOR ANY DIRECT, INDIRECT, 00017 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 00018 * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 00019 * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 00020 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR 00021 * TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE 00022 * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 00023 * DAMAGE. 00024 */ 00029 #ifndef __LIBEPP_NICBR_H__ 00030 #define __LIBEPP_NICBR_H__ 00031 00032 #define LIBEPP_NICBR_NS_BEGIN namespace libepp_nicbr { 00033 #define LIBEPP_NICBR_NS_END } 00034 #define LIBEPP_NICBR_NS_USE using namespace libepp_nicbr; 00035 00036 #define SCHEMASDIR "/usr/local/share/libepp_nicbr/schemas" 00037 #define TEMPLATESDIR "/usr/local/share/libepp_nicbr/templates" 00038 00039 #endif //__LIBEPP_NICBR_H__