stdcpp/tsrc/Stdcpp_test/stdcxx/testengine/src/opt_types.h
changeset 0 e4d67989cc36
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     1 /************************************************************************
       
     2  *
       
     3  * opt_types.h - declarations of type option handlers
       
     4  *
       
     5  * $Id: opt_types.h 290026 2005-09-19 00:12:38Z sebor $
       
     6  *
       
     7  ************************************************************************
       
     8  *
       
     9  * Copyright (c) 1994-2005 Quovadx,  Inc., acting through its  Rogue Wave
       
    10  * Software division. Licensed under the Apache License, Version 2.0 (the
       
    11  * "License");  you may  not use this file except  in compliance with the
       
    12  * License.    You    may   obtain   a   copy   of    the   License    at
       
    13  * http://www.apache.org/licenses/LICENSE-2.0.    Unless   required    by
       
    14  * applicable law  or agreed to  in writing,  software  distributed under
       
    15  * the License is distributed on an "AS IS" BASIS,  WITHOUT WARRANTIES OR
       
    16  * CONDITIONS OF  ANY KIND, either  express or implied.  See  the License
       
    17  * for the specific language governing permissions  and limitations under
       
    18  * the License.
       
    19  *
       
    20  **************************************************************************/
       
    21 
       
    22 #ifndef RW_OPT_TYPES_H_INCLUDED
       
    23 #define RW_OPT_TYPES_H_INCLUDED
       
    24 
       
    25 
       
    26 #include <testdefs.h>
       
    27 
       
    28 
       
    29 int _rw_setopts_types ();
       
    30 
       
    31 
       
    32 #endif   // RW_OPT_TYPES_H_INCLUDED