added scripts and SUPERMICRO

This commit is contained in:
2012-02-29 15:47:11 -05:00
parent 939e57d438
commit b9cd8bbfd2
818 changed files with 35440 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
// IDL not generated by rmic, do not edit
// These are all in IDL module CORBA
// The Java classes are in the package org.omg.CORBA
// See ValueType Semantics:Standard Value Box Definitions (5.3) in CORBA 2.3 spec
#ifndef __org_omg_CORBA__
#define __org_omg_CORBA__
#pragma prefix "omg.org"
module CORBA{
valuetype StringValue string;
valuetype WStringValue wstring;
};
#include "ir.idl"
#pragma prefix ""
#endif