Changeset 58138 in vbox for trunk/include/VBox/com/ErrorInfo.h
- Timestamp:
- Oct 9, 2015 11:24:55 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/ErrorInfo.h
r58110 r58138 326 326 * 327 327 * This method returns a non-null IID only if the instance was created 328 * using template <class I> ErrorInfo(I *i) or329 * template <class I> ErrorInfo(const ComPtr<I> &i) constructor.328 * using template \<class I\> ErrorInfo(I *i) or 329 * template \<class I\> ErrorInfo(const ComPtr<I> &i) constructor. 330 330 * 331 331 * @todo broken ErrorInfo documentation links, possibly misleading. … … 340 340 * 341 341 * This method returns a non-null name only if the instance was created 342 * using template <class I> ErrorInfo(I *i) or343 * template <class I> ErrorInfo(const ComPtr<I> &i) constructor.342 * using template \<class I\> ErrorInfo(I *i) or 343 * template \<class I\> ErrorInfo(const ComPtr<I> &i) constructor. 344 344 * 345 345 * @todo broken ErrorInfo documentation links, possibly misleading.
Note:
See TracChangeset
for help on using the changeset viewer.