#ifndef PAY_MGR_DEFS_H
#define PAY_MGR_DEFS_H

#include "./../../../Common/Payments/H/payDefines.h"

  /**@name PayManagerDefines */
  /*@{*/

  /// PayManager's files dir
  /*@{*/
#define PAYMGR_FILES_DIR      "PayManager/"
  /*@}*/

  /// PayManagers' files
  /*@{*/
#define PAYMENTS_TAB          PAYMGR_FILES_DIR"payments.tab"
#define CLIENT_TMP_TAB        PAYMGR_FILES_DIR"clientTmp.tab"
  /*@}*/

  /*@}*/

#endif
