VirtualBox

Changeset 25782 in vbox


Ignore:
Timestamp:
Jan 12, 2010 5:15:04 PM (15 years ago)
Author:
vboxsync
Message:

xpcom/string/public/nsEmbedString.h: Shut up warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/xpcom/string/public/nsEmbedString.h

    r1 r25782  
    4848      typedef nsEmbedString    self_type;
    4949      typedef nsAString        abstract_string_type;
    50    
     50
    5151      nsEmbedString()
    5252        {
     
    5555
    5656      nsEmbedString(const self_type& aString)
     57#ifdef VBOX
     58            : nsStringContainer()
     59#endif
    5760        {
    5861          NS_StringContainerInit(*this);
     
    7376          NS_StringSetData(*this, aData, aLength);
    7477        }
    75      
     78
    7679      ~nsEmbedString()
    7780        {
     
    8588          return data;
    8689        }
    87      
     90
    8891      self_type& operator=(const self_type& aString)              { Assign(aString);   return *this; }
    8992      self_type& operator=(const abstract_string_type& aReadable) { Assign(aReadable); return *this; }
     
    97100      typedef nsEmbedCString   self_type;
    98101      typedef nsACString       abstract_string_type;
    99    
     102
    100103      nsEmbedCString()
     104#ifdef VBOX
     105            : nsCStringContainer()
     106#endif
    101107        {
    102108          NS_CStringContainerInit(*this);
     
    122128          NS_CStringSetData(*this, aData, aLength);
    123129        }
    124      
     130
    125131      ~nsEmbedCString()
    126132        {
     
    134140          return data;
    135141        }
    136      
     142
    137143      self_type& operator=(const self_type& aString)              { Assign(aString);   return *this; }
    138144      self_type& operator=(const abstract_string_type& aReadable) { Assign(aReadable); return *this; }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette