Changeset 60876 in vbox
- Timestamp:
- May 7, 2016 6:24:45 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107088
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/COMDefs.h
r60500 r60876 738 738 } 739 739 740 /** Returns @c true if attached to an interface pointer. */ 741 bool isNotNull() const 742 { 743 #ifdef DEBUG 744 Assert(!mDead); 745 #endif 746 return mIface != NULL; 747 } 748 740 749 /** 741 750 * Returns @c true if the result code represents success (with or without
Note:
See TracChangeset
for help on using the changeset viewer.