org.omg.SSLIOP.SSLIOP.idl Maven / Gradle / Ivy
#pragma prefix "omg.org"
#include
#include
module SSLIOP {
// Security mechanism SSL
const IOP::ComponentId TAG_SSL_SEC_TRANS = 20;
struct SSL {
Security::AssociationOptions target_supports;
Security::AssociationOptions target_requires;
unsigned short port;
};
};
© 2015 - 2024 Weber Informatics LLC | Privacy Policy