diff -r ec40843d536a -r 5f20f71a57a3 networkprotocolmodules/common/asn1supl/inc/SUPL-END.h --- a/networkprotocolmodules/common/asn1supl/inc/SUPL-END.h Tue Jun 15 14:56:45 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,54 +0,0 @@ -// Copyright (c) 2001-2009 Objective Systems, Inc. (http://www.obj-sys.com) -// All rights reserved. -// This component and the accompanying materials are made available -// under the terms of "Eclipse Public License v1.0" -// which accompanies this distribution, and is available -// at the URL "http://www.eclipse.org/legal/epl-v10.html". -// - -/** - * This file was generated by the Objective Systems ASN1C Compiler - * (http://www.obj-sys.com). - */ -#ifndef SUPL_END_H -#define SUPL_END_H - -#include -#include -#include "rtkey.h" -#include "rtpersrc/asn1PerCppTypes.h" -#include "ULP-Components.h" - -/** - * Header file for ASN.1 module SUPL-END - */ -/**************************************************************/ -/* */ -/* SUPLEND */ -/* */ -/**************************************************************/ - -#define TV_SUPLEND (TM_UNIV|TM_CONS|16) - -struct ASN1T_SUPLEND { - struct { - unsigned positionPresent : 1; - unsigned statusCodePresent : 1; - unsigned verPresent : 1; - } m; - ASN1T_Position position; - ASN1T_StatusCode statusCode; - ASN1T_Ver ver; - IMPORT_C ASN1T_SUPLEND (); -} ; - -IMPORT_C int asn1PE_SUPLEND (OSCTXT* pctxt, ASN1T_SUPLEND* pvalue); - -IMPORT_C int asn1PD_SUPLEND (OSCTXT* pctxt, ASN1T_SUPLEND* pvalue); - -IMPORT_C void asn1Print_SUPLEND - (const char* name, ASN1T_SUPLEND* pvalue); - -IMPORT_C void asn1Free_SUPLEND (OSCTXT *pctxt, ASN1T_SUPLEND* pvalue); - -#endif