~ubuntu-branches/ubuntu/precise/xerces-c/precise-updates

« back to all changes in this revision

Viewing changes to src/xercesc/framework/LocalFileFormatTarget.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Jay Berkenbilt
  • Date: 2009-12-05 14:58:32 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091205145832-378dg3x72mdzfzup
Tags: 3.1.0~rc1-1
* New upstream release; public release candidate uploaded at request of
  upstream.
* Updated source format to '3.0 (quilt)'

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 * The ASF licenses this file to You under the Apache License, Version 2.0
6
6
 * (the "License"); you may not use this file except in compliance with
7
7
 * the License.  You may obtain a copy of the License at
8
 
 * 
 
8
 *
9
9
 *      http://www.apache.org/licenses/LICENSE-2.0
10
 
 * 
 
10
 *
11
11
 * Unless required by applicable law or agreed to in writing, software
12
12
 * distributed under the License is distributed on an "AS IS" BASIS,
13
13
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
16
 */
17
17
 
18
18
/*
19
 
 * $Id: LocalFileFormatTarget.hpp 553937 2007-07-06 16:02:19Z amassari $
 
19
 * $Id: LocalFileFormatTarget.hpp 882540 2009-11-20 13:02:07Z borisk $
20
20
 */
21
21
 
22
22
#if !defined(XERCESC_INCLUDE_GUARD_LOCALFILEFORMATTARGET_HPP)
65
65
    // -----------------------------------------------------------------------
66
66
    //  Private helpers
67
67
    // -----------------------------------------------------------------------
68
 
    void flushBuffer();
69
 
    bool insureCapacity(const XMLSize_t extraNeeded);
 
68
    void insureCapacity(const XMLSize_t extraNeeded);
70
69
 
71
70
    // -----------------------------------------------------------------------
72
71
    //  Private data members
98
97
XERCES_CPP_NAMESPACE_END
99
98
 
100
99
#endif
101