| /********************************************************************** |
| // @@@ START COPYRIGHT @@@ |
| // |
| // Licensed to the Apache Software Foundation (ASF) under one |
| // or more contributor license agreements. See the NOTICE file |
| // distributed with this work for additional information |
| // regarding copyright ownership. The ASF licenses this file |
| // to you under the Apache License, Version 2.0 (the |
| // "License"); you may not use this file except in compliance |
| // with the License. You may obtain a copy of the License at |
| // |
| // http://www.apache.org/licenses/LICENSE-2.0 |
| // |
| // Unless required by applicable law or agreed to in writing, |
| // software distributed under the License is distributed on an |
| // "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| // KIND, either express or implied. See the License for the |
| // specific language governing permissions and limitations |
| // under the License. |
| // |
| // @@@ END COPYRIGHT @@@ |
| // |
| **********************************************************************/ |
| /* -*-C++-*- |
| ***************************************************************************** |
| * |
| * File: UtilInt.C |
| * RCS: $Id: UtilInt.cpp,v 1.2.18.1 1998/07/08 21:48:22 Exp $ |
| * Description: |
| * |
| * |
| * Created: March 24, 95 |
| * Modified: $ $Date: 1998/07/08 21:48:22 $ (GMT) |
| * Language: C++ |
| * Status: Experimental |
| * |
| * |
| * |
| * |
| ***************************************************************************** |
| */ |
| |
| // ----------------------------------------------------------------------- |
| // Change history: |
| // |
| // $Log: UtilInt.cpp,v $ |
| // Revision 1.2.18.1 1998/07/08 21:48:22 |
| // Merge of FCS0612 into NSKPORT_971208 |
| // |
| // Revision 1.3 1998/05/13 18:40:48 |
| // Merged OLT0506 into FCS. |
| // |
| // Revision 1.2.34.1 1998/04/22 23:44:11 |
| // changes related to new NAString class; memory leaks fixed |
| // |
| // Revision 1.2 1997/04/23 00:31:20 |
| // Merge of MDAM/Costing changes into SDK thread |
| // |
| // Revision 1.1.1.1.2.1 1997/04/11 23:25:08 |
| // Checking in partially resolved conflicts from merge with MDAM/Costing |
| // thread. Final fixes, if needed, will follow later. |
| // |
| // Revision 1.3.4.1 1997/04/10 18:33:32 |
| // *** empty log message *** |
| // |
| // Revision 1.1.1.1 1997/03/28 01:39:46 |
| // These are the source files from SourceSafe. |
| // |
| // |
| // 5 1/22/97 11:04p |
| // Merged UNIX and NT versions. |
| // |
| // 3 1/14/97 4:55a |
| // Merged UNIX and NT versions. |
| // Revision 1.3 1996/04/05 20:08:03 |
| // Included the standard banner with RCS strings. |
| // |
| // Revision 1.2 1995/08/30 22:50:27 |
| // Implement break. |
| // |
| // Revision 1.1 1995/07/17 21:59:16 |
| // Initial revision |
| // |
| // |
| // ----------------------------------------------------------------------- |
| |