INTEGRATION: CWS valgrind02 (1.5.16); FILE MERGED

2004/10/11 17:28:30 mhu 1.5.16.1: #i35209# Adapted to use SAL_IMPLEMENT_MAIN_WITH_ARGS() macro instead of plain main() function.
This commit is contained in:
Rüdiger Timm
2004-10-28 15:19:27 +00:00
parent 01672e7629
commit 3d2d1e551c

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: cppumaker.cxx,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change: $Author: rt $ $Date: 2004-07-23 14:45:39 $
* last change: $Author: rt $ $Date: 2004-10-28 16:19:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,6 +61,8 @@
#include <stdio.h>
#include "sal/main.h"
#ifndef _CODEMAKER_TYPEMANAGER_HXX_
#include <codemaker/typemanager.hxx>
#endif
@@ -122,11 +124,7 @@ void produceAllTypes(
}
#if (defined UNX) || (defined OS2)
int main( int argc, char * argv[] )
#else
int _cdecl main( int argc, char * argv[] )
#endif
SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv)
{
CppuOptions options;