Beispiel #1
0
 /// <summary>
 /// insert a codeset service context into the service context list.
 /// </summary>
 internal static void InsertCodeSetServiceContext(omg.org.IOP.ServiceContextList contexts,
                                                  int charSet, int wcharSet)
 {
     omg.org.IOP.ServiceContext context = CreateServiceContext(charSet, wcharSet);
     contexts.AddServiceContext(context);
 }