Home | History | Annotate | Download | only in include
      1 /* ------------------------------------------------------------------
      2  * Copyright (C) 1998-2009 PacketVideo
      3  *
      4  * Licensed under the Apache License, Version 2.0 (the "License");
      5  * you may not use this file except in compliance with the License.
      6  * You may obtain a copy of the License at
      7  *
      8  *      http://www.apache.org/licenses/LICENSE-2.0
      9  *
     10  * Unless required by applicable law or agreed to in writing, software
     11  * distributed under the License is distributed on an "AS IS" BASIS,
     12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
     13  * express or implied.
     14  * See the License for the specific language governing permissions
     15  * and limitations under the License.
     16  * -------------------------------------------------------------------
     17  */
     18 // ===================================================================
     19 // FILE: h245_copier.h
     20 //
     21 // DESC: PER Copy routines for H.245
     22 // -------------------------------------------------------------------
     23 //  Copyright (c) 1998- 2000, PacketVideo Corporation.
     24 //                   All Rights Reserved.
     25 // ===================================================================
     26 
     27 // ****************************************************
     28 // ** NOTE: This file is not auto-generated.         **
     29 // ** Add copy routines as needed in the application **
     30 // ****************************************************
     31 
     32 #ifndef PER_COPIER
     33 #define PER_COPIER
     34 #ifndef OSCL_TYPES_H_INCLUDED
     35 #include "oscl_types.h"
     36 #endif
     37 OSCL_IMPORT_REF PS_DataType Copy_DataType(PS_DataType x);
     38 OSCL_IMPORT_REF PS_H223LogicalChannelParameters Copy_H223LogicalChannelParameters(PS_H223LogicalChannelParameters x);
     39 PS_MultiplexEntryDescriptor Copy_MultiplexEntryDescriptor(PS_MultiplexEntryDescriptor x);
     40 PS_ForwardLogicalChannelParameters Copy_ForwardLogicalChannelParameters(PS_ForwardLogicalChannelParameters x);
     41 PS_ReverseLogicalChannelParameters Copy_ReverseLogicalChannelParameters(PS_ReverseLogicalChannelParameters x);
     42 PS_TerminalCapabilitySet Copy_TerminalCapabilitySet(PS_TerminalCapabilitySet x);
     43 #endif
     44