INTEGRATION: CWS jsc3 (1.2.16); FILE MERGED
2006/01/20 13:02:22 jsc 1.2.16.1: #i56247# unify include guards
This commit is contained in:
@@ -4,9 +4,9 @@
|
|||||||
*
|
*
|
||||||
* $RCSfile: cppuoptions.hxx,v $
|
* $RCSfile: cppuoptions.hxx,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.2 $
|
* $Revision: 1.3 $
|
||||||
*
|
*
|
||||||
* last change: $Author: rt $ $Date: 2005-09-08 02:12:09 $
|
* last change: $Author: vg $ $Date: 2006-03-15 09:13:20 $
|
||||||
*
|
*
|
||||||
* 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,10 +33,12 @@
|
|||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
#ifndef _CPPUMAKER_CPPUOPTIONS_HXX_
|
#ifndef INCLUDED_CODEMAKER_SOURCE_CPPUMAKER_CPPUOPTIONS_HXX
|
||||||
#define _CPPUMAKER_CPPUOPTIONS_HXX_
|
#define INCLUDED_CODEMAKER_SOURCE_CPPUMAKER_CPPUOPTIONS_HXX
|
||||||
|
|
||||||
#include <codemaker/options.hxx>
|
#ifndef INCLUDED_CODEMAKER_OPTIONS_HXX
|
||||||
|
#include "codemaker/options.hxx"
|
||||||
|
#endif
|
||||||
|
|
||||||
class CppuOptions : public Options
|
class CppuOptions : public Options
|
||||||
{
|
{
|
||||||
@@ -56,4 +58,4 @@ public:
|
|||||||
protected:
|
protected:
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // _CPPUMAKER_CPPUOPTIONS_HXX_
|
#endif // INCLUDED_CODEMAKER_SOURCE_CPPUMAKER_CPPUOPTIONS_HXX
|
||||||
|
Reference in New Issue
Block a user