blob: 67addf243f7814d1ed8aeca902f4744193684e0f [file] [log] [blame]
Lev Walkinf15320b2004-06-03 03:38:44 +00001/*-
2 * Copyright (c) 2003, 2004 Lev Walkin <vlm@lionet.info>. All rights reserved.
3 * Redistribution and modifications are permitted subject to BSD license.
4 */
5#ifndef _ObjectDescriptor_H_
6#define _ObjectDescriptor_H_
7
8#include <constr_TYPE.h>
9#include <GraphicString.h>
10
11typedef GraphicString_t ObjectDescriptor_t; /* Implemented in terms of. */
12
13extern asn1_TYPE_descriptor_t asn1_DEF_ObjectDescriptor;
14
15#endif /* _ObjectDescriptor_H_ */