1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-10 22:41:43 +02:00
This commit is contained in:
Anton Titovets
2024-12-13 21:26:13 +03:00
parent 97d2cdad42
commit 7fa7a12888
7 changed files with 4 additions and 2 deletions

Binary file not shown.

View File

@@ -31,7 +31,7 @@ pub unsafe extern "C" fn DestroyObject(component: *mut *mut c_void) -> c_long {
#[no_mangle]
pub extern "C" fn GetClassNames() -> *const u16 {
// small strings for performance
name!("Client").as_ptr()
name!("Main").as_ptr()
}
#[allow(non_snake_case)]

Binary file not shown.

Binary file not shown.

View File

@@ -1549,7 +1549,9 @@
ИмяМакета = "ОбщийМакет." + ИмяКомпоненты;
КонецЕсли;
Возврат ПодключитьВнешнююКомпоненту(ИмяМакета, ИмяКомпоненты);
Успех = ПодключитьВнешнююКомпоненту(ИмяМакета, ИмяКомпоненты, ТипВнешнейКомпоненты.Native);
Возврат Успех;
КонецФункции