Changeset 30634 in vbox for trunk/src/libs/xpcom18a4/xpcom
- Timestamp:
- Jul 5, 2010 7:44:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/string/public/nsEmbedString.h
r25782 r30634 110 110 111 111 nsEmbedCString(const self_type& aString) 112 #ifdef VBOX 113 : nsCStringContainer() 114 #endif 112 115 { 113 116 NS_CStringContainerInit(*this); … … 117 120 explicit 118 121 nsEmbedCString(const abstract_string_type& aReadable) 122 #ifdef VBOX 123 : nsCStringContainer() 124 #endif 119 125 { 120 126 NS_CStringContainerInit(*this); … … 124 130 explicit 125 131 nsEmbedCString(const char_type* aData, size_type aLength = PR_UINT32_MAX) 132 #ifdef VBOX 133 : nsCStringContainer() 134 #endif 126 135 { 127 136 NS_CStringContainerInit(*this);
Note:
See TracChangeset
for help on using the changeset viewer.