xpunit: fixed bug with multirow "url" xml tag
[abstract.git] / abstract / base / aaBaseKeys.h
blob60dfce89cc2fee1af9b555c1f3124a8721234653
1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* vim:set ts=2 sw=2 sts=2 et cindent tw=79 ft=cpp: */
3 /*
4 * Copyright (C) 2008 Sergey Yanovich <ynvich@gmail.com>
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License as
8 * published by the Free Software Foundation; either version 2 of the
9 * License, or (at your option) any later version.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * General Public License for more details.
16 * You should have received a copy of the GNU General Public
17 * License along with this program; if not, write to the
18 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 * Boston, MA 02111-1307, USA.
22 #ifndef AABASEKEYS_H
23 #define AABASEKEYS_H 1
25 #define AA_TIMEFRAME_CONTRACT "@aasii.org/base/timeframe;1"
26 #define AA_ENTITY_CONTRACT "@aasii.org/base/entity;1"
27 #define AA_MONEY_CONTRACT "@aasii.org/base/money;1"
28 #define AA_ASSET_CONTRACT "@aasii.org/base/asset;1"
29 #define AA_FLOW_CONTRACT "@aasii.org/base/flow;1"
30 #define AA_STATE_CONTRACT "@aasii.org/base/state;1"
31 #define AA_FACT_CONTRACT "@aasii.org/base/fact;1"
32 #define AA_EVENT_CONTRACT "@aasii.org/base/event;1"
33 #define AA_RULE_CONTRACT "@aasii.org/base/rule;1"
35 #define AA_INCOMEFLOW_CONTRACT "@aasii.org/base/income-flow;1"
36 #define AA_QUOTE_CONTRACT "@aasii.org/base/quote;1"
37 #define AA_TRANSACTION_CONTRACT "@aasii.org/base/transaction;1"
38 #define AA_INCOME_CONTRACT "@aasii.org/base/income;1"
40 #endif /* AABASEKEYS_H */