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:
Vladimir Glazounov
2006-03-15 08:13:20 +00:00
parent 32a8093d04
commit 2eaa59ef4a

View File

@@ -4,9 +4,9 @@
*
* $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 terms of GNU Lesser General Public License Version 2.1.
@@ -33,10 +33,12 @@
*
************************************************************************/
#ifndef _CPPUMAKER_CPPUOPTIONS_HXX_
#define _CPPUMAKER_CPPUOPTIONS_HXX_
#ifndef INCLUDED_CODEMAKER_SOURCE_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
{
@@ -56,4 +58,4 @@ public:
protected:
};
#endif // _CPPUMAKER_CPPUOPTIONS_HXX_
#endif // INCLUDED_CODEMAKER_SOURCE_CPPUMAKER_CPPUOPTIONS_HXX