INTEGRATION: CWS jsc3 (1.3.16); FILE MERGED
2006/02/17 16:00:08 jsc 1.3.16.2: #i56247# refactoring and cosmetics 2006/01/20 13:02:22 jsc 1.3.16.1: #i56247# unify include guards
This commit is contained in:
@@ -4,9 +4,9 @@
|
|||||||
*
|
*
|
||||||
* $RCSfile: dumputils.hxx,v $
|
* $RCSfile: dumputils.hxx,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.3 $
|
* $Revision: 1.4 $
|
||||||
*
|
*
|
||||||
* last change: $Author: rt $ $Date: 2005-09-08 02:13:09 $
|
* last change: $Author: vg $ $Date: 2006-03-15 09:14:40 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to
|
* The Contents of this file are made available subject to
|
||||||
* the terms of GNU Lesser General Public License Version 2.1.
|
* the terms of GNU Lesser General Public License Version 2.1.
|
||||||
@@ -33,22 +33,26 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
#ifndef INCLUDED_codemaker_source_cppumaker_dumputils_hxx
|
#ifndef INCLUDED_CODEMAKER_SOURCE_CPPUMAKER_DUMPUTILS_HXX
|
||||||
#define INCLUDED_codemaker_source_cppumaker_dumputils_hxx
|
#define INCLUDED_CODEMAKER_SOURCE_CPPUMAKER_DUMPUTILS_HXX \
|
||||||
|
INCLUDED_CODEMAKER_SOURCE_CPPUMAKER_DUMPUTILS_HXX
|
||||||
|
|
||||||
namespace rtl { class OString; }
|
namespace rtl { class OString; }
|
||||||
class FileStream;
|
class FileStream;
|
||||||
|
class TypeManager;
|
||||||
|
|
||||||
namespace codemaker { namespace cppumaker {
|
namespace codemaker { namespace cppumaker {
|
||||||
|
|
||||||
bool dumpNamespaceOpen(
|
bool dumpNamespaceOpen(
|
||||||
FileStream & out, rtl::OString const & registryType, bool fullModuleType);
|
FileStream & out, TypeManager const & manager,
|
||||||
|
rtl::OString const & registryType, bool fullModuleType);
|
||||||
|
|
||||||
bool dumpNamespaceClose(
|
bool dumpNamespaceClose(
|
||||||
FileStream & out, rtl::OString const & registryType, bool fullModuleType);
|
FileStream & out, rtl::OString const & registryType, bool fullModuleType);
|
||||||
|
|
||||||
void dumpTypeIdentifier(FileStream & out, rtl::OString const & registryType);
|
void dumpTypeIdentifier(FileStream & out, TypeManager const & manager,
|
||||||
|
rtl::OString const & registryType);
|
||||||
|
|
||||||
} }
|
} }
|
||||||
|
|
||||||
#endif
|
#endif // INCLUDED_CODEMAKER_SOURCE_CPPUMAKER_DUMPUTILS_HXX
|
||||||
|
Reference in New Issue
Block a user