/[pkg-firebird]/upstream/current/src/jrd/nodebug.cpp
ViewVC logotype

Contents of /upstream/current/src/jrd/nodebug.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 450 - (hide annotations) (download)
Sat Aug 5 06:54:46 2006 UTC (6 years, 9 months ago) by dam-guest
File size: 967 byte(s)
Tag 2.0.0.12654 as the current upstream (prepare for svn-upgrade)
1 dam-guest 271 /*
2     * PROGRAM: JRD Access Method
3     * MODULE: nodebug.cpp
4     * DESCRIPTION: Non-debugging placeholder for debugging routines
5     *
6     * The contents of this file are subject to the Interbase Public
7     * License Version 1.0 (the "License"); you may not use this file
8     * except in compliance with the License. You may obtain a copy
9     * of the License at http://www.Inprise.com/IPL.html
10     *
11     * Software distributed under the License is distributed on an
12     * "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
13     * or implied. See the License for the specific language governing
14     * rights and limitations under the License.
15     *
16     * The Original Code was created by Inprise Corporation
17     * and its predecessors. Portions created by Inprise Corporation are
18     * Copyright (C) Inprise Corporation.
19     *
20     * All Rights Reserved.
21     * Contributor(s): ______________________________________.
22     */
23    
24     #include "firebird.h"
25     #include "../jrd/common.h"
26    
27     int DBG_supervisor(int arg)
28     {
29     return TRUE;
30     }

  ViewVC Help
Powered by ViewVC 1.1.5