Changeset 103505 in vbox for trunk/src/libs/xpcom18a4/python
- Timestamp:
- Feb 21, 2024 7:25:15 PM (12 months ago)
- svn:sync-xref-src-repo-rev:
- 161848
- Location:
- trunk/src/libs/xpcom18a4/python/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/python/src/ErrorUtils.cpp
r103176 r103505 80 80 static const char *LOGGER_WARNING = "warning"; 81 81 static const char *LOGGER_ERROR = "error"; 82 #ifdef DEBUG 82 83 static const char *LOGGER_DEBUG = "debug"; 84 #endif 83 85 84 86 // Our "normal" error logger - calls back to the logging module. -
trunk/src/libs/xpcom18a4/python/src/VariantUtils.cpp
r103176 r103505 2015 2015 PRUint8 array_type = (PRUint8)PyInt_AsLong(td.extra); 2016 2016 PRUint32 seq_size = GetSizeIs(index, PR_FALSE); 2017 nsXPTCVariant &ns_viid = m_var_array[td.argnum]; 2018 nsIID iid; 2019 nsresult res = GetArrayElementIID(m_parent, 2020 m_var_array, 2021 m_methodindex, 2022 index, 2023 &iid); 2017 nsIID iid; 2018 nsresult res = GetArrayElementIID(m_parent, 2019 m_var_array, 2020 m_methodindex, 2021 index, 2022 &iid); 2024 2023 ret = UnpackSingleArray(m_parent, * ((void **)ns_v.ptr), 2025 2024 seq_size, array_type&XPT_TDP_TAGMASK,
Note:
See TracChangeset
for help on using the changeset viewer.