# -----------------------------------------------------------------------
# Copyright (C) 2007  Georgia Public Library Service
# Bill Erickson <erickson@esilibrary.com>
# 
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
# 
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# -----------------------------------------------------------------------


OILS_NS_OBJ='http://open-ils.org/spec/opensrf/IDL/objects/v1'
OILS_NS_PERSIST='http://open-ils.org/spec/opensrf/IDL/persistence/v1'
OILS_NS_REPORTER='http://open-ils.org/spec/opensrf/IDL/reporter/v1'


OILS_EVENT_SUCCESS = 'SUCCESS'

OILS_APP_AUTH = 'open-ils.auth'
OILS_APP_CIRC = 'open-ils.circ'
OILS_APP_CSTORE='open-ils.cstore'
OILS_APP_SEARCH='open-ils.search'
OILS_APP_ACQ='open-ils.acq'
OILS_APP_ACTOR='open-ils.actor'
