Kaydet (Commit) c23bd1c9 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS jsc3 (1.3.6); FILE MERGED

2006/01/20 13:08:41 jsc 1.3.6.1: #i56247# unify include guards
üst a1d00f74
......@@ -4,9 +4,9 @@
*
* $RCSfile: skeletonjava.hxx,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: jsc $ $Date: 2005-09-09 13:50:35 $
* last change: $Author: vg $ $Date: 2006-03-15 09:20:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -32,15 +32,15 @@
* MA 02111-1307 USA
*
************************************************************************/
#ifndef _UNO_DEVTOOLS_SKELETONJAVA_HXX_
#define _UNO_DEVTOOLS_SKELETONJAVA_HXX_
#ifndef INCLUDED_UNODEVTOOLS_SKELETONJAVA_HXX
#define INCLUDED_UNODEVTOOLS_SKELETONJAVA_HXX
#include <fstream>
#ifndef _CODEMAKER_GENERATEDTYPESET_HXX_
#include <codemaker/generatedtypeset.hxx>
#ifndef INCLUDED_CODEMAKER_GENERATEDTYPESET_HXX
#include "codemaker/generatedtypeset.hxx"
#endif
#ifndef _UNO_DEVTOOLS_SKELETONCOMMON_HXX_
#ifndef INCLUDED_UNODEVTOOLS_SOURCE_SKELETONMAKER_SKELETONCOMMON_HXX
#include "skeletoncommon.hxx"
#endif
......@@ -124,5 +124,5 @@ void generateSkeleton(ProgramOptions const & options, TypeManager const & manage
} }
#endif // _UNO_DEVTOOLS_SKELETONJAVA_HXX_
#endif // INCLUDED_UNODEVTOOLS_SKELETONJAVA_HXX
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment