Platform_VMS.h File Reference


Detailed Description

From the Poco C++ Libraries; used for ES40 for OpenVMS only, as Poco has dropped OpenVMS support.

Id
Platform_VMS.h,v 1.1 2008/03/31 19:13:31 iamcamiel Exp

X-1.1 Camiel Vanderhoeven 31-MAR-2008 Adapted for use by the ES40 Emulator.

Definition in file Platform_VMS.h.

Go to the source code of this file.

Defines

#define POCO_DESCRIPTOR_STRING(name, string)
#define POCO_DESCRIPTOR_LITERAL(name, string)
#define POCO_NO_SYS_SELECT_H


Define Documentation

#define POCO_DESCRIPTOR_LITERAL ( name,
string   ) 

Value:

struct dsc$descriptor_s name =  \
                {                                                               \
                        sizeof(string) - 1,                     \
                        DSC$K_DTYPE_T,                          \
                        DSC$K_CLASS_S,                          \
                        (char*) string                          \
                }

Definition at line 92 of file Platform_VMS.h.

#define POCO_DESCRIPTOR_STRING ( name,
string   ) 

Value:

struct dsc$descriptor_s name =  \
                {                                                               \
                        string.size(),                          \
                        DSC$K_DTYPE_T,                          \
                        DSC$K_CLASS_S,                          \
                        (char*) string.data()           \
                }

Definition at line 84 of file Platform_VMS.h.

#define POCO_NO_SYS_SELECT_H

Definition at line 125 of file Platform_VMS.h.


SourceForge.net Logo
Project space on SourceForge.net